summaryrefslogtreecommitdiff
path: root/test/test-copy.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-04-07 21:47:17 +0200
committerraveit65 <[email protected]>2022-07-19 23:18:58 +0200
commita9a7eb57df62a6f4a8dbbba161dc3c8ed2c57f7d (patch)
treef69fc5590238539a38cc9dfe2a8189cb7e17cc93 /test/test-copy.c
parentd0034595d42dc8db1abff7dd8c29d0b5c2dbc299 (diff)
downloadcaja-a9a7eb57df62a6f4a8dbbba161dc3c8ed2c57f7d.tar.bz2
caja-a9a7eb57df62a6f4a8dbbba161dc3c8ed2c57f7d.tar.xz
local #include files inside "" instead <>
Diffstat (limited to 'test/test-copy.c')
-rw-r--r--test/test-copy.c6
1 files changed, 3 insertions, 3 deletions
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 <libcaja-private/caja-file-operations.h>
-#include <libcaja-private/caja-progress-info.h>
+#include "test.h"
static void
copy_done (GHashTable *debuting_uris, gpointer data)