aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-topic-factory-action.c
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@src.gnome.org>2008-07-22 11:34:49 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2008-07-22 11:34:49 +0800
commit1d6f965be0e3ea657b303534ce0011aff3da5278 (patch)
tree1b87932b03697303521d9dfb7bc5dd50378a09a1 /src/bookmarks/ephy-topic-factory-action.c
parentdd47d61fd8d05b07dd00d658d9fb58512baaf1fe (diff)
downloadgsoc2013-epiphany-1d6f965be0e3ea657b303534ce0011aff3da5278.tar
gsoc2013-epiphany-1d6f965be0e3ea657b303534ce0011aff3da5278.tar.gz
gsoc2013-epiphany-1d6f965be0e3ea657b303534ce0011aff3da5278.tar.bz2
gsoc2013-epiphany-1d6f965be0e3ea657b303534ce0011aff3da5278.tar.lz
gsoc2013-epiphany-1d6f965be0e3ea657b303534ce0011aff3da5278.tar.xz
gsoc2013-epiphany-1d6f965be0e3ea657b303534ce0011aff3da5278.tar.zst
gsoc2013-epiphany-1d6f965be0e3ea657b303534ce0011aff3da5278.zip
Do not do single includes in src/bookmarks/, bug #536090
svn path=/branches/gnome-2-24/; revision=8355
Diffstat (limited to 'src/bookmarks/ephy-topic-factory-action.c')
-rw-r--r--src/bookmarks/ephy-topic-factory-action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-topic-factory-action.c b/src/bookmarks/ephy-topic-factory-action.c
index 1322b9926..f875b5eab 100644
--- a/src/bookmarks/ephy-topic-factory-action.c
+++ b/src/bookmarks/ephy-topic-factory-action.c
@@ -22,7 +22,7 @@
#include "config.h"
#endif
-#include <gtk/gtktoolitem.h>
+#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include "ephy-topic-factory-action.h"