summaryrefslogtreecommitdiff
path: root/gtk/gtkhandlebox.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/gtkhandlebox.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/gtkhandlebox.c')
-rw-r--r--gtk/gtkhandlebox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkhandlebox.c b/gtk/gtkhandlebox.c
index c96f66579d..a57d81b992 100644
--- a/gtk/gtkhandlebox.c
+++ b/gtk/gtkhandlebox.c
@@ -26,12 +26,15 @@
*/
#include "config.h"
+
#include <stdlib.h>
+
#include "gtkhandlebox.h"
#include "gtkinvisible.h"
#include "gtkmain.h"
#include "gtkmarshalers.h"
#include "gtkwindow.h"
+#include "gtktypebuiltins.h"
#include "gtkprivate.h"
#include "gtkintl.h"