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.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-toolbar-editor.h')
-rw-r--r-- | lib/egg/egg-toolbar-editor.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/egg/egg-toolbar-editor.h b/lib/egg/egg-toolbar-editor.h index 46ce2b87a..ba6e1a999 100644 --- a/lib/egg/egg-toolbar-editor.h +++ b/lib/egg/egg-toolbar-editor.h @@ -19,8 +19,7 @@ #ifndef EGG_TOOLBAR_EDITOR_H #define EGG_TOOLBAR_EDITOR_H -#include <gtk/gtkvbox.h> -#include <gtk/gtkuimanager.h> +#include <gtk/gtk.h> #include "egg-toolbars-model.h" |