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-editable-toolbar.h | |
parent | e8cd46c348bce4fb638c3e37008882443cb29533 (diff) | |
download | gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.tar gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.tar.gz gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.tar.bz2 gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.tar.lz gsoc2013-epiphany-282547494197ff2750eb98eb8c75f8f5ff7a196c.tar.xz 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-editable-toolbar.h')
-rw-r--r-- | lib/egg/egg-editable-toolbar.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/egg/egg-editable-toolbar.h b/lib/egg/egg-editable-toolbar.h index 8a4e85e71..8537ba808 100644 --- a/lib/egg/egg-editable-toolbar.h +++ b/lib/egg/egg-editable-toolbar.h @@ -24,12 +24,7 @@ #include "egg-toolbars-model.h" -#include <gtk/gtkuimanager.h> -#include <gtk/gtkselection.h> -#include <gtk/gtkvbox.h> -#include <gtk/gtktoolitem.h> -#include <gtk/gtktoolbar.h> -#include <gtk/gtkmenu.h> +#include <gtk/gtk.h> G_BEGIN_DECLS |