diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-04-06 10:45:17 +0800 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-04-06 10:46:57 +0800 |
commit | 7f8483abf12730533fd85aa52b6efadf0ac7692c (patch) | |
tree | b6f41f5f6465119b0936047e1eb925beec06193d /lib | |
parent | d1c79ab17d9406ae99d99b8e3494a4eb718152df (diff) | |
download | gsoc2013-epiphany-7f8483abf12730533fd85aa52b6efadf0ac7692c.tar.gz 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.h | 2 |
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 |