diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-06-04 03:18:31 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-06-04 03:18:31 +0800 |
commit | 282547494197ff2750eb98eb8c75f8f5ff7a196c (patch) | |
tree | 11bd33aa121a90f52ab1d293b7767f3d64898601 /lib/egg/egg-toolbar-editor.c | |
parent | e8cd46c348bce4fb638c3e37008882443cb29533 (diff) | |
download | gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.tar.gz gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.tar.zst gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.zip |
Do not do single includes in lib/egg/, bug #536090
svn path=/trunk/; revision=8271
Diffstat (limited to 'lib/egg/egg-toolbar-editor.c')
-rw-r--r-- | lib/egg/egg-toolbar-editor.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/egg/egg-toolbar-editor.c b/lib/egg/egg-toolbar-editor.c index a7d3f8882..39c007103 100644 --- a/lib/egg/egg-toolbar-editor.c +++ b/lib/egg/egg-toolbar-editor.c @@ -25,14 +25,6 @@ #include <string.h> #include <libxml/tree.h> -#include <gtk/gtkimage.h> -#include <gtk/gtkeventbox.h> -#include <gtk/gtkdnd.h> -#include <gtk/gtkscrolledwindow.h> -#include <gtk/gtklabel.h> -#include <gtk/gtktable.h> -#include <gtk/gtkstock.h> -#include <gtk/gtkhbox.h> #include <gtk/gtk.h> #include <glib/gi18n.h> |