diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libdimension/gl.c | 1 | ||||
-rw-r--r-- | tests/libdimension/tests.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/tests/libdimension/gl.c b/tests/libdimension/gl.c index 71ba64e..581c380 100644 --- a/tests/libdimension/gl.c +++ b/tests/libdimension/gl.c @@ -19,7 +19,6 @@ #include "tests.h" #include <stdlib.h> -#include <unistd.h> int main(void) diff --git a/tests/libdimension/tests.h b/tests/libdimension/tests.h index 294670d..bfc088f 100644 --- a/tests/libdimension/tests.h +++ b/tests/libdimension/tests.h @@ -21,8 +21,6 @@ #define TESTS_H #include "dimension.h" -#include <unistd.h> -#include <stdio.h> #ifdef __cplusplus /* We've been included from a C++ file; mark everything here as extern "C" */ |