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 /src/caja-notebook.c | |
parent | 3ceb908a3ba4d113e19ca742556e3accc943ca4e (diff) | |
download | caja-857eda84cab854b949eca40f7ace78d0a7f63d11.tar.bz2 caja-857eda84cab854b949eca40f7ace78d0a7f63d11.tar.xz |
local #include files who are libraries inside <> instead ""
Diffstat (limited to 'src/caja-notebook.c')
-rw-r--r-- | src/caja-notebook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caja-notebook.c b/src/caja-notebook.c index ac6727f4..3f8d39f9 100644 --- a/src/caja-notebook.c +++ b/src/caja-notebook.c @@ -30,7 +30,7 @@ #include <gio/gio.h> #include <gtk/gtk.h> -#include "../libcaja-private/caja-dnd.h" +#include <libcaja-private/caja-dnd.h> #include "caja-notebook.h" #include "caja-navigation-window.h" |