diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-01-04 12:05:05 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-01-04 12:05:05 -0500 |
commit | 16877b4d7bef813a42643ae50c14b13dc8302b36 (patch) | |
tree | 03abf37e2bf117038a1ed4dc3fd1df143faa176c /gtk/gtkscrollable.c | |
parent | 8bdb44fd47fb76c8bbe2e644394068dc868e2127 (diff) | |
download | gtk+-16877b4d7bef813a42643ae50c14b13dc8302b36.tar.gz |
Reduce includes of gtktypeutils.h to a minimum
Diffstat (limited to 'gtk/gtkscrollable.c')
-rw-r--r-- | gtk/gtkscrollable.c | 2 |
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) |