diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libdimension/error.c | 2 | ||||
-rw-r--r-- | tests/libdimension/warning.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/libdimension/error.c b/tests/libdimension/error.c index 174882e..e5b7b2a 100644 --- a/tests/libdimension/error.c +++ b/tests/libdimension/error.c @@ -19,7 +19,7 @@ /* Make sure that errors terminate us - this test should fail */ -#include <dimension.h> +#include "dimension.h" #include <stdlib.h> int diff --git a/tests/libdimension/warning.c b/tests/libdimension/warning.c index 4475694..128f56f 100644 --- a/tests/libdimension/warning.c +++ b/tests/libdimension/warning.c @@ -19,7 +19,7 @@ /* Make sure warnings don't kill us - this test should pass */ -#include <dimension.h> +#include "dimension.h" #include <stdlib.h> int |