diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-07-22 03:33:42 +0000 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-07-22 03:33:42 +0000 |
commit | 686cc5bb979b1af5cd25a8ca367de71c717f2ff8 (patch) | |
tree | a15be075ef171f974fd209c9df6c9ed7a49a9146 /src/ephy-fullscreen-popup.h | |
parent | 4495453a2f4eef05e2a49f71005481117f1792d6 (diff) | |
download | epiphany-686cc5bb979b1af5cd25a8ca367de71c717f2ff8.tar.gz |
Do not do single includes for GTK+, bug #536090
svn path=/branches/gnome-2-24/; revision=8351
Diffstat (limited to 'src/ephy-fullscreen-popup.h')
-rw-r--r-- | src/ephy-fullscreen-popup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-fullscreen-popup.h b/src/ephy-fullscreen-popup.h index 3ee1279b7..c5d8e1863 100644 --- a/src/ephy-fullscreen-popup.h +++ b/src/ephy-fullscreen-popup.h @@ -22,7 +22,7 @@ #ifndef EPHY_FULLSCREEN_POPUP_H #define EPHY_FULLSCREEN_POPUP_H -#include <gtk/gtkwindow.h> +#include <gtk/gtk.h> #include "ephy-window.h" G_BEGIN_DECLS |