aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-spinner.c
diff options
context:
space:
mode:
authorLuis Menina <liberforce@freeside.fr>2009-06-14 04:37:40 +0800
committerLuis Menina <liberforce@freeside.fr>2009-06-14 04:48:47 +0800
commit3064b1394d1d98f10808b0cf25474c2541851dd4 (patch)
tree157c8dd9eb6d04d6c585ddf4e176e766cec73343 /src/ephy-spinner.c
parent7e2814612216637ed537c879646bd0691f883455 (diff)
downloadgsoc2013-empathy-3064b1394d1d98f10808b0cf25474c2541851dd4.tar
gsoc2013-empathy-3064b1394d1d98f10808b0cf25474c2541851dd4.tar.gz
gsoc2013-empathy-3064b1394d1d98f10808b0cf25474c2541851dd4.tar.bz2
gsoc2013-empathy-3064b1394d1d98f10808b0cf25474c2541851dd4.tar.lz
gsoc2013-empathy-3064b1394d1d98f10808b0cf25474c2541851dd4.tar.xz
gsoc2013-empathy-3064b1394d1d98f10808b0cf25474c2541851dd4.tar.zst
gsoc2013-empathy-3064b1394d1d98f10808b0cf25474c2541851dd4.zip
[Goal] Clean up GLib and GTK+ includes in empathy (Fixes #585669)
Allows to compile with G_DISABLE_SINGLE_INCLUDES, GDK_PIXBUF_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES. This prepares for the GNOME 3.0 transition.
Diffstat (limited to 'src/ephy-spinner.c')
-rw-r--r--src/ephy-spinner.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ephy-spinner.c b/src/ephy-spinner.c
index be82ca71b..30ffa57c1 100644
--- a/src/ephy-spinner.c
+++ b/src/ephy-spinner.c
@@ -34,9 +34,7 @@
#define STOP_PROFILER(name)
#include <gdk-pixbuf/gdk-pixbuf.h>
-#include <gtk/gtkicontheme.h>
-#include <gtk/gtkiconfactory.h>
-#include <gtk/gtksettings.h>
+#include <gtk/gtk.h>
/* Spinner cache implementation */