aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-04-06 10:45:17 +0800
committerJavier Jardón <jjardon@gnome.org>2010-04-06 10:46:57 +0800
commit7f8483abf12730533fd85aa52b6efadf0ac7692c (patch)
treeb6f41f5f6465119b0936047e1eb925beec06193d /lib
parentd1c79ab17d9406ae99d99b8e3494a4eb718152df (diff)
downloadgsoc2013-epiphany-7f8483abf12730533fd85aa52b6efadf0ac7692c.tar
gsoc2013-epiphany-7f8483abf12730533fd85aa52b6efadf0ac7692c.tar.gz
gsoc2013-epiphany-7f8483abf12730533fd85aa52b6efadf0ac7692c.tar.bz2
gsoc2013-epiphany-7f8483abf12730533fd85aa52b6efadf0ac7692c.tar.lz
gsoc2013-epiphany-7f8483abf12730533fd85aa52b6efadf0ac7692c.tar.xz
gsoc2013-epiphany-7f8483abf12730533fd85aa52b6efadf0ac7692c.tar.zst
gsoc2013-epiphany-7f8483abf12730533fd85aa52b6efadf0ac7692c.zip
Use only GTK+ single includes
Diffstat (limited to 'lib')
-rw-r--r--lib/widgets/ephy-spinner-tool-item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/ephy-spinner-tool-item.h b/lib/widgets/ephy-spinner-tool-item.h
index 04abcdf46..fa07dcabf 100644
--- a/lib/widgets/ephy-spinner-tool-item.h
+++ b/lib/widgets/ephy-spinner-tool-item.h
@@ -22,7 +22,7 @@
#ifndef EPHY_SPINNER_TOOL_ITEM_H
#define EPHY_SPINNER_TOOL_ITEM_H
-#include <gtk/gtktoolitem.h>
+#include <gtk/gtk.h>
G_BEGIN_DECLS