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-copy.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/test-copy.c') diff --git a/test/test-copy.c b/test/test-copy.c index b87f3232..fabd7673 100644 --- a/test/test-copy.c +++ b/test/test-copy.c @@ -1,7 +1,7 @@ -#include "test.h" +#include "../libcaja-private/caja-file-operations.h" +#include "../libcaja-private/caja-progress-info.h" -#include -#include +#include "test.h" static void copy_done (GHashTable *debuting_uris, gpointer data) -- cgit v1.2.1