From b52e3f8db950cc8f3397fad00d0fcc8e611004f7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 13 Aug 2020 19:48:41 +0200 Subject: Remove workarounds for ancient versions of MSVC --- test/sorted_array_test.c | 7 +------ test/tree_test.c | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) (limited to 'test') diff --git a/test/sorted_array_test.c b/test/sorted_array_test.c index 4bfd515..db7c1d0 100644 --- a/test/sorted_array_test.c +++ b/test/sorted_array_test.c @@ -17,18 +17,13 @@ #include "zix/common.h" #include "zix/sorted_array.h" +#include #include #include #include #include #include -#ifdef _MSC_VER -# define PRIdPTR "Id" -#else -# include -#endif - static unsigned seed = 1; static int diff --git a/test/tree_test.c b/test/tree_test.c index 3e35fb3..52caede 100644 --- a/test/tree_test.c +++ b/test/tree_test.c @@ -18,18 +18,13 @@ #include "zix/common.h" +#include #include #include #include #include #include -#ifdef _MSC_VER -# define PRIdPTR "Id" -#else -# include -#endif - static unsigned seed = 1; static int -- cgit v1.2.1