diff options
author | David Robillard <d@drobilla.net> | 2012-01-31 22:28:18 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-31 22:28:18 +0000 |
commit | fe3491419b084c2d41ad9f29274325e6c0043856 (patch) | |
tree | e50dcaea6879029f2a80f3b8884a36620ecea55d /test | |
parent | 86826ae6733119d462be9f3642161db895756643 (diff) | |
download | zix-fe3491419b084c2d41ad9f29274325e6c0043856.tar.gz zix-fe3491419b084c2d41ad9f29274325e6c0043856.tar.bz2 zix-fe3491419b084c2d41ad9f29274325e6c0043856.zip |
Windows/Visual C++ portability.
git-svn-id: http://svn.drobilla.net/zix/trunk@51 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
Diffstat (limited to 'test')
-rw-r--r-- | test/sorted_array_test.c | 1 | ||||
-rw-r--r-- | test/tree_test.c | 1 |
2 files changed, 0 insertions, 2 deletions
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 <inttypes.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> 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 <inttypes.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> |