aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-01-24 15:29:27 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-01-24 15:29:27 +0100
commit1f9dc0bb9d125449eb578dacb0bd3d50885292d6 (patch)
treecc3ef84d55356a406acf222d17d6dd30cd72963c /tests
parentfad02a6f0c0cdc68dffab7a4c663800b0786b118 (diff)
unbreak test suite
Diffstat (limited to 'tests')
-rw-r--r--tests/test-command.c4
-rw-r--r--tests/test-expand.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/test-command.c b/tests/test-command.c
index fc3b092..6194081 100644
--- a/tests/test-command.c
+++ b/tests/test-command.c
@@ -22,8 +22,8 @@
#include <fcntl.h>
#include <signal.h>
-#include <uzbl-core.h>
-#include <config.h>
+#include <src/uzbl-core.h>
+#include <src/config.h>
extern UzblCore uzbl;
diff --git a/tests/test-expand.c b/tests/test-expand.c
index ef07c80..4dcd82d 100644
--- a/tests/test-expand.c
+++ b/tests/test-expand.c
@@ -22,8 +22,8 @@
#include <fcntl.h>
#include <signal.h>
-#include <uzbl-core.h>
-#include <config.h>
+#include <src/uzbl-core.h>
+#include <src/config.h>
extern UzblCore uzbl;