diff options
author | Pablo Barciela <[email protected]> | 2019-04-07 21:47:17 +0200 |
---|---|---|
committer | lukefromdc <[email protected]> | 2019-04-10 21:52:58 +0000 |
commit | e50549cf502f988ff214a2714a8cdd6fb6892244 (patch) | |
tree | b4e48933d8725a0c7ee5ad5c20131d822b1b87ff /test/test-copy.c | |
parent | 7c290c6bb60c65b3b0a336d0595490f9e0f7b3f2 (diff) | |
download | caja-e50549cf502f988ff214a2714a8cdd6fb6892244.tar.bz2 caja-e50549cf502f988ff214a2714a8cdd6fb6892244.tar.xz |
local #include files inside "" instead <>
Diffstat (limited to 'test/test-copy.c')
-rw-r--r-- | test/test-copy.c | 6 |
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) |