From cf1a686426417f79bc357157bcbd635b10856926 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 21 May 2010 14:05:01 -0600 Subject: Use "dimension.h" rather than in #includes. --- bench/libdimension/geometry.c | 2 +- tests/libdimension/error.c | 2 +- tests/libdimension/warning.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bench/libdimension/geometry.c b/bench/libdimension/geometry.c index af6e0bd..b844efe 100644 --- a/bench/libdimension/geometry.c +++ b/bench/libdimension/geometry.c @@ -17,7 +17,7 @@ * along with this program. If not, see . * *************************************************************************/ -#include +#include "dimension.h" #include #include 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 +#include "dimension.h" #include 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 +#include "dimension.h" #include int -- cgit v1.2.3