diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-06-04 02:31:53 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-06-04 02:31:53 +0800 |
commit | 11cbcc66524a3a7a9a4d1b26ee0ad01054ebe0a6 (patch) | |
tree | eb1525ab430bca6da75623383e04473df69eea90 /embed/ephy-embed-shell.h | |
parent | 489212b0f9980d88f638251b436bb934d2505a73 (diff) | |
download | gsoc2013-epiphany-11cbcc66524a3a7a9a4d1b26ee0ad01054ebe0a6.tar.gz gsoc2013-epiphany-11cbcc66524a3a7a9a4d1b26ee0ad01054ebe0a6.tar.zst gsoc2013-epiphany-11cbcc66524a3a7a9a4d1b26ee0ad01054ebe0a6.zip |
Do not do single includes in embed/, bug #536090
svn path=/trunk/; revision=8266
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 116116e4c..17df203b9 100644 --- a/embed/ephy-embed-shell.h +++ b/embed/ephy-embed-shell.h @@ -27,8 +27,7 @@ #include <glib.h> #include <glib-object.h> -#include <gtk/gtkpagesetup.h> -#include <gtk/gtkprintsettings.h> +#include <gtk/gtk.h> G_BEGIN_DECLS |