From e50549cf502f988ff214a2714a8cdd6fb6892244 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sun, 7 Apr 2019 21:47:17 +0200 Subject: local #include files inside "" instead <> --- test/test.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'test/test.h') 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 + #include -#include -#include -#include +#include "../eel/eel-debug.h" +#include "../eel/eel.h" +#include "../libcaja-private/caja-file-utilities.h" void test_init (int *argc, char ***argv); -- cgit v1.2.1