summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/libdimension/prtree.c2
-rw-r--r--tests/libdimension/tests.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/libdimension/prtree.c b/tests/libdimension/prtree.c
index 0684d55..9ea8a1e 100644
--- a/tests/libdimension/prtree.c
+++ b/tests/libdimension/prtree.c
@@ -21,7 +21,7 @@
* Basic tests of PR-trees
*/
-#include "../../libdimension/dimension_impl.h"
+#include "dimension_impl.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/libdimension/tests.h b/tests/libdimension/tests.h
index 36e9daf..525eaca 100644
--- a/tests/libdimension/tests.h
+++ b/tests/libdimension/tests.h
@@ -20,7 +20,7 @@
#ifndef TESTS_H
#define TESTS_H
-#include "../libdimension/dimension.h"
+#include "dimension.h"
#include <GL/glx.h>
#include <GL/gl.h>
#include <unistd.h>