diff options
-rw-r--r-- | bench/libdimension/geometry.c | 2 | ||||
-rw-r--r-- | tests/libdimension/error.c | 2 | ||||
-rw-r--r-- | 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 <http://www.gnu.org/licenses/>. * *************************************************************************/ -#include <dimension.h> +#include "dimension.h" #include <sandglass.h> #include <stdlib.h> 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 |