diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-07-22 11:33:42 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-07-22 11:33:42 +0800 |
commit | 686cc5bb979b1af5cd25a8ca367de71c717f2ff8 (patch) | |
tree | a15be075ef171f974fd209c9df6c9ed7a49a9146 /src/ppview-toolbar.h | |
parent | 4495453a2f4eef05e2a49f71005481117f1792d6 (diff) | |
download | gsoc2013-epiphany-686cc5bb979b1af5cd25a8ca367de71c717f2ff8.tar gsoc2013-epiphany-686cc5bb979b1af5cd25a8ca367de71c717f2ff8.tar.gz gsoc2013-epiphany-686cc5bb979b1af5cd25a8ca367de71c717f2ff8.tar.bz2 gsoc2013-epiphany-686cc5bb979b1af5cd25a8ca367de71c717f2ff8.tar.lz gsoc2013-epiphany-686cc5bb979b1af5cd25a8ca367de71c717f2ff8.tar.xz gsoc2013-epiphany-686cc5bb979b1af5cd25a8ca367de71c717f2ff8.tar.zst gsoc2013-epiphany-686cc5bb979b1af5cd25a8ca367de71c717f2ff8.zip |
Do not do single includes for GTK+, bug #536090
svn path=/branches/gnome-2-24/; revision=8351
Diffstat (limited to 'src/ppview-toolbar.h')
-rw-r--r-- | src/ppview-toolbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ppview-toolbar.h b/src/ppview-toolbar.h index 18ca91ac2..44ad58840 100644 --- a/src/ppview-toolbar.h +++ b/src/ppview-toolbar.h @@ -24,7 +24,7 @@ #include "ephy-window.h" #include <glib-object.h> #include <glib.h> -#include <gtk/gtkbutton.h> +#include <gtk/gtk.h> G_BEGIN_DECLS |