diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-01-04 14:51:19 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-01-04 14:51:19 -0500 |
commit | 98440ad03190396bd2bef02557f8d41e12dd5795 (patch) | |
tree | aae5ba3fb370a66f1c1db629644e4f527c0568f3 /gtk/gtkcontainer.c | |
parent | 1283368b1bc93f6190d9aca92c433def60e73c55 (diff) | |
download | gtk+-98440ad03190396bd2bef02557f8d41e12dd5795.tar.gz |
Remove gtktypeutils altogether
Based on patches by Javier Jardón.
https://bugzilla.gnome.org/show_bug.cgi?id=629955
Diffstat (limited to 'gtk/gtkcontainer.c')
-rw-r--r-- | gtk/gtkcontainer.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c index 0ae08277f7..d5135209cd 100644 --- a/gtk/gtkcontainer.c +++ b/gtk/gtkcontainer.c @@ -32,8 +32,12 @@ #include <string.h> #include <stdlib.h> +#include <gobject/gobjectnotifyqueue.c> +#include <gobject/gvaluecollector.h> + #include "gtkbuildable.h" #include "gtkbuilderprivate.h" +#include "gtktypebuiltins.h" #include "gtkprivate.h" #include "gtkmain.h" #include "gtkmarshalers.h" @@ -42,8 +46,6 @@ #include "gtkwindow.h" #include "gtkintl.h" #include "gtktoolbar.h" -#include <gobject/gobjectnotifyqueue.c> -#include <gobject/gvaluecollector.h> /** |