summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-05-21 14:05:01 -0600
committerTavian Barnes <tavianator@gmail.com>2010-05-21 14:07:12 -0600
commitcf1a686426417f79bc357157bcbd635b10856926 (patch)
treea9b1a2963fceb21b44310047a484c3478b988ff0 /tests
parent09d636b94229e1063b178c3159d678bd230a217c (diff)
downloaddimension-cf1a686426417f79bc357157bcbd635b10856926.tar.xz
Use "dimension.h" rather than <dimension.h> in #includes.
Diffstat (limited to 'tests')
-rw-r--r--tests/libdimension/error.c2
-rw-r--r--tests/libdimension/warning.c2
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