aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-topics-palette.c
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@src.gnome.org>2008-06-04 02:32:26 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2008-06-04 02:32:26 +0800
commite8cd46c348bce4fb638c3e37008882443cb29533 (patch)
treee9c392574623158474d39db2ce14901e0e9b7036 /src/bookmarks/ephy-topics-palette.c
parenta0656f1db8e8e4a67187f875090fd05b081575f3 (diff)
downloadgsoc2013-epiphany-e8cd46c348bce4fb638c3e37008882443cb29533.tar
gsoc2013-epiphany-e8cd46c348bce4fb638c3e37008882443cb29533.tar.gz
gsoc2013-epiphany-e8cd46c348bce4fb638c3e37008882443cb29533.tar.bz2
gsoc2013-epiphany-e8cd46c348bce4fb638c3e37008882443cb29533.tar.lz
gsoc2013-epiphany-e8cd46c348bce4fb638c3e37008882443cb29533.tar.xz
gsoc2013-epiphany-e8cd46c348bce4fb638c3e37008882443cb29533.tar.zst
gsoc2013-epiphany-e8cd46c348bce4fb638c3e37008882443cb29533.zip
Do not do single includes in src/bookmarks/, bug #536090
svn path=/trunk/; revision=8270
Diffstat (limited to 'src/bookmarks/ephy-topics-palette.c')
-rw-r--r--src/bookmarks/ephy-topics-palette.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-topics-palette.c b/src/bookmarks/ephy-topics-palette.c
index 4c8b3837e..86315c62b 100644
--- a/src/bookmarks/ephy-topics-palette.c
+++ b/src/bookmarks/ephy-topics-palette.c
@@ -28,7 +28,7 @@
#include "ephy-debug.h"
#include <glib/gi18n.h>
-#include <gtk/gtktreeselection.h>
+#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
static void ephy_topics_palette_class_init (EphyTopicsPaletteClass *klass);