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-persist.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-persist.h')
-rw-r--r-- | embed/ephy-embed-persist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-persist.h b/embed/ephy-embed-persist.h index b078a236a..c55e57fe9 100644 --- a/embed/ephy-embed-persist.h +++ b/embed/ephy-embed-persist.h @@ -27,7 +27,7 @@ #include <glib-object.h> #include <glib.h> -#include <gtk/gtkwindow.h> +#include <gtk/gtk.h> G_BEGIN_DECLS |