diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-06-04 02:32:26 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-06-04 02:32:26 +0800 |
commit | e8cd46c348bce4fb638c3e37008882443cb29533 (patch) | |
tree | e9c392574623158474d39db2ce14901e0e9b7036 /src/bookmarks/ephy-bookmarks-editor.c | |
parent | a0656f1db8e8e4a67187f875090fd05b081575f3 (diff) | |
download | gsoc2013-epiphany-e8cd46c348bce4fb638c3e37008882443cb29533.tar gsoc2013-epiphany-e8cd46c348bce4fb638c3e37008882443cb29533.tar.gz gsoc2013-epiphany-e8cd46c348bce4fb638c3e37008882443cb29533.tar.bz2 gsoc2013-epiphany-e8cd46c348bce4fb638c3e37008882443cb29533.tar.lz gsoc2013-epiphany-e8cd46c348bce4fb638c3e37008882443cb29533.tar.xz gsoc2013-epiphany-e8cd46c348bce4fb638c3e37008882443cb29533.tar.zst gsoc2013-epiphany-e8cd46c348bce4fb638c3e37008882443cb29533.zip |
Do not do single includes in src/bookmarks/, bug #536090
svn path=/trunk/; revision=8270
Diffstat (limited to 'src/bookmarks/ephy-bookmarks-editor.c')
-rw-r--r-- | src/bookmarks/ephy-bookmarks-editor.c | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c index f506a9a52..8f6a5cc27 100644 --- a/src/bookmarks/ephy-bookmarks-editor.c +++ b/src/bookmarks/ephy-bookmarks-editor.c @@ -20,26 +20,7 @@ #include "config.h" -#include <gtk/gtktable.h> -#include <gtk/gtklabel.h> -#include <gtk/gtkstock.h> -#include <gtk/gtkscrolledwindow.h> -#include <gtk/gtkhpaned.h> -#include <gtk/gtkhbox.h> -#include <gtk/gtkvbox.h> -#include <gtk/gtkactiongroup.h> -#include <gtk/gtkcombobox.h> -#include <gtk/gtkuimanager.h> -#include <gtk/gtktoggleaction.h> -#include <gtk/gtktreeselection.h> -#include <gtk/gtktreemodelsort.h> -#include <gtk/gtkcelllayout.h> -#include <gtk/gtkcellrenderertext.h> -#include <gtk/gtkradioaction.h> -#include <gtk/gtkclipboard.h> -#include <gtk/gtkmain.h> -#include <gtk/gtktreemodelsort.h> -#include <gtk/gtkmessagedialog.h> +#include <gtk/gtk.h> #include <gdk/gdkkeysyms.h> #include <glib/gi18n.h> #include <libgnomeui/gnome-stock-icons.h> |