From 857eda84cab854b949eca40f7ace78d0a7f63d11 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Thu, 11 Apr 2019 23:08:05 +0200 Subject: local #include files who are libraries inside <> instead "" --- test/test-copy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test-copy.c') 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 +#include #include "test.h" -- cgit v1.2.1