summaryrefslogtreecommitdiff
path: root/src/file-manager/fm-properties-window.h
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-04-11 23:08:05 +0200
committerRobert Antoni Buj Gelonch <[email protected]>2019-04-12 20:45:56 +0200
commit857eda84cab854b949eca40f7ace78d0a7f63d11 (patch)
treee7bd5060e5bdab1c59d4545be766559e01e53479 /src/file-manager/fm-properties-window.h
parent3ceb908a3ba4d113e19ca742556e3accc943ca4e (diff)
downloadcaja-857eda84cab854b949eca40f7ace78d0a7f63d11.tar.bz2
caja-857eda84cab854b949eca40f7ace78d0a7f63d11.tar.xz
local #include files who are libraries inside <> instead ""
Diffstat (limited to 'src/file-manager/fm-properties-window.h')
-rw-r--r--src/file-manager/fm-properties-window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file-manager/fm-properties-window.h b/src/file-manager/fm-properties-window.h
index c4415aaf..47c8f9e9 100644
--- a/src/file-manager/fm-properties-window.h
+++ b/src/file-manager/fm-properties-window.h
@@ -28,7 +28,7 @@
#include <gtk/gtk.h>
-#include "../../libcaja-private/caja-file.h"
+#include <libcaja-private/caja-file.h>
typedef struct FMPropertiesWindow FMPropertiesWindow;