diff options
Diffstat (limited to 'src/caja-bookmarks-window.c')
-rw-r--r-- | src/caja-bookmarks-window.c | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/src/caja-bookmarks-window.c b/src/caja-bookmarks-window.c index b5ac38b8..1bc023e8 100644 --- a/src/caja-bookmarks-window.c +++ b/src/caja-bookmarks-window.c @@ -26,16 +26,20 @@ */ #include <config.h> +#include <cairo-gobject.h> + +#include <gtk/gtk.h> +#include <gdk/gdkkeysyms.h> + +#include "../eel/eel-gtk-extensions.h" +#include "../eel/eel-mate-extensions.h" + +#include "../libcaja-private/caja-global-preferences.h" + #include "caja-bookmarks-window.h" #include "caja-window.h" #include "caja-navigation-window.h" #include "caja-spatial-window.h" -#include <libcaja-private/caja-global-preferences.h> -#include <eel/eel-gtk-extensions.h> -#include <eel/eel-mate-extensions.h> -#include <gtk/gtk.h> -#include <gdk/gdkkeysyms.h> -#include <cairo-gobject.h> /* Static variables to keep track of window state. If there were * more than one bookmark-editing window, these would be struct or |