From a9a7eb57df62a6f4a8dbbba161dc3c8ed2c57f7d 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 <> --- src/caja-file-management-properties-main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/caja-file-management-properties-main.c') diff --git a/src/caja-file-management-properties-main.c b/src/caja-file-management-properties-main.c index b2b79552..5cdebdcf 100644 --- a/src/caja-file-management-properties-main.c +++ b/src/caja-file-management-properties-main.c @@ -27,8 +27,8 @@ #include #include -#include -#include +#include "../libcaja-private/caja-global-preferences.h" +#include "../libcaja-private/caja-module.h" #include "caja-file-management-properties.h" -- cgit v1.2.1