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