summaryrefslogtreecommitdiff
path: root/gtk/gtkcssnodedeclaration.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-02-04 13:37:50 +0100
committerMatthias Clasen <mclasen@redhat.com>2016-02-04 15:19:51 +0100
commit3756d92367c2485c20a9c64d0f95e089bc187a95 (patch)
treeb052cd06ba37d47627e4dc7cb3c79b891700d302 /gtk/gtkcssnodedeclaration.c
parent8d515409c6200467c71353d2e2a79ba3e2faaf88 (diff)
downloadgtk+-3756d92367c2485c20a9c64d0f95e089bc187a95.tar.gz
Move private widget path functions away
We don't put private functions in public headers anymore. https://bugzilla.gnome.org/show_bug.cgi?id=761339
Diffstat (limited to 'gtk/gtkcssnodedeclaration.c')
-rw-r--r--gtk/gtkcssnodedeclaration.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkcssnodedeclaration.c b/gtk/gtkcssnodedeclaration.c
index 78441c8cb0..ca6324aec6 100644
--- a/gtk/gtkcssnodedeclaration.c
+++ b/gtk/gtkcssnodedeclaration.c
@@ -18,6 +18,7 @@
#include "config.h"
#include "gtkcssnodedeclarationprivate.h"
+#include "gtkwidgetpathprivate.h"
#include <string.h>