diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-06-04 02:32:01 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-06-04 02:32:01 +0800 |
commit | 86302e2a81681eb353f686c51b419015b6e03bd8 (patch) | |
tree | f3e526bd058a0a768046e4c25c3819da57237938 /lib/ephy-state.h | |
parent | 11cbcc66524a3a7a9a4d1b26ee0ad01054ebe0a6 (diff) | |
download | gsoc2013-epiphany-86302e2a81681eb353f686c51b419015b6e03bd8.tar gsoc2013-epiphany-86302e2a81681eb353f686c51b419015b6e03bd8.tar.gz gsoc2013-epiphany-86302e2a81681eb353f686c51b419015b6e03bd8.tar.bz2 gsoc2013-epiphany-86302e2a81681eb353f686c51b419015b6e03bd8.tar.lz gsoc2013-epiphany-86302e2a81681eb353f686c51b419015b6e03bd8.tar.xz gsoc2013-epiphany-86302e2a81681eb353f686c51b419015b6e03bd8.tar.zst gsoc2013-epiphany-86302e2a81681eb353f686c51b419015b6e03bd8.zip |
Do not do single includes in lib/, bug #536090
svn path=/trunk/; revision=8267
Diffstat (limited to 'lib/ephy-state.h')
-rw-r--r-- | lib/ephy-state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-state.h b/lib/ephy-state.h index 26155ad9a..8438b362e 100644 --- a/lib/ephy-state.h +++ b/lib/ephy-state.h @@ -27,7 +27,7 @@ #ifndef EPHY_STATE_H #define EPHY_STATE_H -#include "gtk/gtkwidget.h" +#include <gtk/gtk.h> G_BEGIN_DECLS |