diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-07-22 11:33:57 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-07-22 11:33:57 +0800 |
commit | 5760d5d68535c64f0f2ca8892ffcf62789ce314f (patch) | |
tree | 08956c6c0e82915b3a0536e86cef03968fc9d626 /embed/ephy-embed-shell.h | |
parent | 686cc5bb979b1af5cd25a8ca367de71c717f2ff8 (diff) | |
download | gsoc2013-epiphany-5760d5d68535c64f0f2ca8892ffcf62789ce314f.tar gsoc2013-epiphany-5760d5d68535c64f0f2ca8892ffcf62789ce314f.tar.gz gsoc2013-epiphany-5760d5d68535c64f0f2ca8892ffcf62789ce314f.tar.bz2 gsoc2013-epiphany-5760d5d68535c64f0f2ca8892ffcf62789ce314f.tar.lz gsoc2013-epiphany-5760d5d68535c64f0f2ca8892ffcf62789ce314f.tar.xz gsoc2013-epiphany-5760d5d68535c64f0f2ca8892ffcf62789ce314f.tar.zst gsoc2013-epiphany-5760d5d68535c64f0f2ca8892ffcf62789ce314f.zip |
Do not do single includes in embed/, bug #536090
svn path=/branches/gnome-2-24/; revision=8352
Diffstat (limited to 'embed/ephy-embed-shell.h')
-rw-r--r-- | embed/ephy-embed-shell.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/embed/ephy-embed-shell.h b/embed/ephy-embed-shell.h index 163f4f267..abb2032c9 100644 --- a/embed/ephy-embed-shell.h +++ b/embed/ephy-embed-shell.h @@ -23,8 +23,7 @@ #include <glib.h> #include <glib-object.h> -#include <gtk/gtkpagesetup.h> -#include <gtk/gtkprintsettings.h> +#include <gtk/gtk.h> G_BEGIN_DECLS |