summaryrefslogtreecommitdiff
path: root/gtk/gtkiconfactory.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-01-04 14:51:19 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-01-04 14:51:19 -0500
commit98440ad03190396bd2bef02557f8d41e12dd5795 (patch)
treeaae5ba3fb370a66f1c1db629644e4f527c0568f3 /gtk/gtkiconfactory.c
parent1283368b1bc93f6190d9aca92c433def60e73c55 (diff)
downloadgtk+-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/gtkiconfactory.c')
-rw-r--r--gtk/gtkiconfactory.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtkiconfactory.c b/gtk/gtkiconfactory.c
index 2c2f95e0fc..46744499c8 100644
--- a/gtk/gtkiconfactory.c
+++ b/gtk/gtkiconfactory.c
@@ -25,9 +25,11 @@
*/
#include "config.h"
+
#include <stdlib.h>
#include <errno.h>
#include <string.h>
+
#include "gtkiconfactory.h"
#include "gtkiconcache.h"
#include "gtkdebug.h"
@@ -38,7 +40,7 @@
#include "gtkintl.h"
#include "gtkbuildable.h"
#include "gtkbuilderprivate.h"
-
+#include "gtktypebuiltins.h"
static GSList *all_icon_factories = NULL;