diff options
author | Xan Lopez <xan@igalia.com> | 2011-12-15 00:48:09 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2011-12-15 00:48:09 +0800 |
commit | 2db47fb32732e9613e5338d8c165ed5f771e819a (patch) | |
tree | 92c11363aef08bbffef95c3d74cc9e2d388f4037 /src/bookmarks | |
parent | 9fa3bd65a81f430b2c7ab8446f1eccb773d8845a (diff) | |
download | gsoc2013-epiphany-2db47fb32732e9613e5338d8c165ed5f771e819a.tar gsoc2013-epiphany-2db47fb32732e9613e5338d8c165ed5f771e819a.tar.gz gsoc2013-epiphany-2db47fb32732e9613e5338d8c165ed5f771e819a.tar.bz2 gsoc2013-epiphany-2db47fb32732e9613e5338d8c165ed5f771e819a.tar.lz gsoc2013-epiphany-2db47fb32732e9613e5338d8c165ed5f771e819a.tar.xz gsoc2013-epiphany-2db47fb32732e9613e5338d8c165ed5f771e819a.tar.zst gsoc2013-epiphany-2db47fb32732e9613e5338d8c165ed5f771e819a.zip |
ephy-bookmark-action: remove unused includes
Diffstat (limited to 'src/bookmarks')
-rw-r--r-- | src/bookmarks/ephy-bookmark-action.c | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/bookmarks/ephy-bookmark-action.c b/src/bookmarks/ephy-bookmark-action.c index 88e747157..2ecf59869 100644 --- a/src/bookmarks/ephy-bookmark-action.c +++ b/src/bookmarks/ephy-bookmark-action.c @@ -20,22 +20,20 @@ */ #include "config.h" - -#include "egg-editable-toolbar.h" #include "ephy-bookmark-action.h" + #include "ephy-bookmarks-ui.h" #include "ephy-bookmarks.h" -#include "ephy-stock-icons.h" -#include "ephy-favicon-cache.h" -#include "ephy-shell.h" -#include "ephy-gui.h" #include "ephy-debug.h" #include "ephy-dnd.h" +#include "ephy-favicon-cache.h" +#include "ephy-gui.h" +#include "ephy-shell.h" +#include "ephy-stock-icons.h" #include "ephy-string.h" #include <glib/gi18n.h> #include <gtk/gtk.h> - #include <string.h> static const GtkTargetEntry drag_types[] = { |