diff options
Diffstat (limited to 'test/test.h')
-rw-r--r-- | test/test.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/test.h b/test/test.h index 45e3d45c..d9191ff9 100644 --- a/test/test.h +++ b/test/test.h @@ -2,11 +2,12 @@ #define TEST_H #include <config.h> + #include <gtk/gtk.h> -#include <eel/eel-debug.h> -#include <eel/eel.h> -#include <libcaja-private/caja-file-utilities.h> +#include "../eel/eel-debug.h" +#include "../eel/eel.h" +#include "../libcaja-private/caja-file-utilities.h" void test_init (int *argc, char ***argv); |