From fe3491419b084c2d41ad9f29274325e6c0043856 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 31 Jan 2012 22:28:18 +0000 Subject: Windows/Visual C++ portability. git-svn-id: http://svn.drobilla.net/zix/trunk@51 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 --- test/sorted_array_test.c | 1 - test/tree_test.c | 1 - 2 files changed, 2 deletions(-) (limited to 'test') diff --git a/test/sorted_array_test.c b/test/sorted_array_test.c index e8c2fdd..63c076b 100644 --- a/test/sorted_array_test.c +++ b/test/sorted_array_test.c @@ -14,7 +14,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include #include #include #include diff --git a/test/tree_test.c b/test/tree_test.c index b89d5a8..b756202 100644 --- a/test/tree_test.c +++ b/test/tree_test.c @@ -14,7 +14,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include #include #include #include -- cgit v1.2.1