summaryrefslogtreecommitdiff
path: root/gtk/gtkscrollable.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-01-04 12:05:05 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-01-04 12:05:05 -0500
commit16877b4d7bef813a42643ae50c14b13dc8302b36 (patch)
tree03abf37e2bf117038a1ed4dc3fd1df143faa176c /gtk/gtkscrollable.c
parent8bdb44fd47fb76c8bbe2e644394068dc868e2127 (diff)
downloadgtk+-16877b4d7bef813a42643ae50c14b13dc8302b36.tar.gz
Reduce includes of gtktypeutils.h to a minimum
Diffstat (limited to 'gtk/gtkscrollable.c')
-rw-r--r--gtk/gtkscrollable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkscrollable.c b/gtk/gtkscrollable.c
index eb6e046f50..0ff0d9612c 100644
--- a/gtk/gtkscrollable.c
+++ b/gtk/gtkscrollable.c
@@ -63,8 +63,8 @@
#include "config.h"
#include "gtkscrollable.h"
-#include "gtktypeutils.h"
#include "gtkprivate.h"
+#include "gtktypebuiltins.h"
#include "gtkintl.h"
G_DEFINE_INTERFACE (GtkScrollable, gtk_scrollable, G_TYPE_OBJECT)