diff options
Diffstat (limited to 'src/caja-file-management-properties-main.c')
-rw-r--r-- | src/caja-file-management-properties-main.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <gtk/gtk.h> #include <glib/gi18n.h> -#include <libcaja-private/caja-global-preferences.h> -#include <libcaja-private/caja-module.h> +#include "../libcaja-private/caja-global-preferences.h" +#include "../libcaja-private/caja-module.h" #include "caja-file-management-properties.h" |