diff options
author | Pablo Barciela <[email protected]> | 2019-04-11 23:08:05 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2019-04-12 20:45:56 +0200 |
commit | 857eda84cab854b949eca40f7ace78d0a7f63d11 (patch) | |
tree | e7bd5060e5bdab1c59d4545be766559e01e53479 /test/test-copy.c | |
parent | 3ceb908a3ba4d113e19ca742556e3accc943ca4e (diff) | |
download | caja-857eda84cab854b949eca40f7ace78d0a7f63d11.tar.bz2 caja-857eda84cab854b949eca40f7ace78d0a7f63d11.tar.xz |
local #include files who are libraries inside <> instead ""
Diffstat (limited to 'test/test-copy.c')
-rw-r--r-- | test/test-copy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-copy.c b/test/test-copy.c index fabd7673..520e929d 100644 --- a/test/test-copy.c +++ b/test/test-copy.c @@ -1,5 +1,5 @@ -#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" |