summaryrefslogtreecommitdiff
path: root/gtk/gtkframe.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/gtkframe.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/gtkframe.c')
-rw-r--r--gtk/gtkframe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c
index 23a89d79d4..03e0b2a6f7 100644
--- a/gtk/gtkframe.c
+++ b/gtk/gtkframe.c
@@ -30,6 +30,7 @@
#include "gtktypebuiltins.h"
#include "gtkintl.h"
#include "gtkbuildable.h"
+#include "gtkwidgetpath.h"
#include "a11y/gtkframeaccessible.h"