summaryrefslogtreecommitdiff
path: root/gtk/gtkbox.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-03-16 20:01:50 +0100
committerBenjamin Otte <otte@redhat.com>2012-03-19 02:26:16 +0100
commit461803e4075854c4d905bbebd1caf13658bac397 (patch)
tree3b39b9eb488d40e24812dab66cfc2fd9abed6bce /gtk/gtkbox.c
parent47e44028e1fc190176a308c6089b2696b2bf8114 (diff)
downloadgtk+-461803e4075854c4d905bbebd1caf13658bac397.tar.gz
gtk: Get gtkwidgetpath.h includes out of the public headers
and include them in the C files instead.
Diffstat (limited to 'gtk/gtkbox.c')
-rw-r--r--gtk/gtkbox.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c
index 1705645a53..96bc318694 100644
--- a/gtk/gtkbox.c
+++ b/gtk/gtkbox.c
@@ -79,11 +79,12 @@
#include "gtkbox.h"
#include "gtkboxprivate.h"
+#include "gtkintl.h"
#include "gtkorientable.h"
-#include "gtksizerequest.h"
-#include "gtktypebuiltins.h"
#include "gtkprivate.h"
-#include "gtkintl.h"
+#include "gtktypebuiltins.h"
+#include "gtksizerequest.h"
+#include "gtkwidgetpath.h"
#include "a11y/gtkboxaccessible.h"