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.c | |
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.c')
-rw-r--r-- | embed/ephy-embed-shell.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c index 067f7ae1b..d13ad9886 100644 --- a/embed/ephy-embed-shell.c +++ b/embed/ephy-embed-shell.c @@ -21,10 +21,9 @@ #include <config.h> #include <glib.h> -#include <glib/gstdio.h> #include <glib/gi18n.h> -#include <gtk/gtkmessagedialog.h> +#include <gtk/gtk.h> #include "downloader-view.h" #include "ephy-adblock-manager.h" |