summaryrefslogtreecommitdiff
path: root/gtk/gtkstyleprovider.h
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/gtkstyleprovider.h
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/gtkstyleprovider.h')
-rw-r--r--gtk/gtkstyleprovider.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkstyleprovider.h b/gtk/gtkstyleprovider.h
index e8ac3b2bdb..9573dc291b 100644
--- a/gtk/gtkstyleprovider.h
+++ b/gtk/gtkstyleprovider.h
@@ -23,10 +23,10 @@
#define __GTK_STYLE_PROVIDER_H__
#include <glib-object.h>
-#include <gtk/gtkwidgetpath.h>
+#include <gtk/gtkenums.h>
#include <gtk/gtkiconfactory.h>
#include <gtk/gtkstyleproperties.h>
-#include <gtk/gtkenums.h>
+#include <gtk/gtktypes.h>
G_BEGIN_DECLS