summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2014-10-24 21:12:44 +0200
committerBenjamin Otte <otte@redhat.com>2014-10-24 21:31:40 +0200
commit433c20e59d84045438a91f2703c76b50b10116ed (patch)
treefff6a2bf9f625c4328c9354ddd9c3c3f260770fd
parente2a07805433a085541e20c24a53a9521ed028481 (diff)
downloadgtk+-433c20e59d84045438a91f2703c76b50b10116ed.tar.gz
styleproperties: Remove header where it's not used
-rw-r--r--gtk/gtkborderimage.c1
-rw-r--r--gtk/gtkcsscomputedvalues.c1
-rw-r--r--gtk/gtkcsslookup.c1
-rw-r--r--gtk/gtkcssprovider.c1
-rw-r--r--gtk/gtkcssstylepropertyimpl.c1
-rw-r--r--gtk/gtkstylecontext.c2
-rw-r--r--gtk/gtkstyleproperty.c1
7 files changed, 1 insertions, 7 deletions
diff --git a/gtk/gtkborderimage.c b/gtk/gtkborderimage.c
index fb6462045d..21e2c35ec1 100644
--- a/gtk/gtkborderimage.c
+++ b/gtk/gtkborderimage.c
@@ -30,7 +30,6 @@
#include "gtkcssnumbervalueprivate.h"
#include "gtkcssrepeatvalueprivate.h"
#include "gtkstylepropertyprivate.h"
-#include "gtkstylepropertiesprivate.h"
/* this is in case round() is not provided by the compiler,
* such as in the case of C89 compilers, like MSVC
diff --git a/gtk/gtkcsscomputedvalues.c b/gtk/gtkcsscomputedvalues.c
index 18d5a8dac3..1aeafeb4fa 100644
--- a/gtk/gtkcsscomputedvalues.c
+++ b/gtk/gtkcsscomputedvalues.c
@@ -34,7 +34,6 @@
#include "gtkcssstylepropertyprivate.h"
#include "gtkcsstransitionprivate.h"
#include "gtkstyleanimationprivate.h"
-#include "gtkstylepropertiesprivate.h"
#include "gtkstylepropertyprivate.h"
#include "gtkstyleproviderprivate.h"
diff --git a/gtk/gtkcsslookup.c b/gtk/gtkcsslookup.c
index 2c8b6b87d7..5f0eaa7f7e 100644
--- a/gtk/gtkcsslookup.c
+++ b/gtk/gtkcsslookup.c
@@ -22,7 +22,6 @@
#include "gtkcsstypesprivate.h"
#include "gtkprivatetypebuiltins.h"
#include "gtkcssstylepropertyprivate.h"
-#include "gtkstylepropertiesprivate.h"
GtkCssLookup *
_gtk_css_lookup_new (const GtkBitmask *relevant)
diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c
index a807ad8372..b5b9a2e168 100644
--- a/gtk/gtkcssprovider.c
+++ b/gtk/gtkcssprovider.c
@@ -37,7 +37,6 @@
#include "gtksettingsprivate.h"
#include "gtkstyleprovider.h"
#include "gtkstylecontextprivate.h"
-#include "gtkstylepropertiesprivate.h"
#include "gtkstylepropertyprivate.h"
#include "gtkstyleproviderprivate.h"
#include "gtkwidgetpath.h"
diff --git a/gtk/gtkcssstylepropertyimpl.c b/gtk/gtkcssstylepropertyimpl.c
index 005ed9fe16..9725108f61 100644
--- a/gtk/gtkcssstylepropertyimpl.c
+++ b/gtk/gtkcssstylepropertyimpl.c
@@ -30,7 +30,6 @@
#include "gtkcsstypesprivate.h"
#include "gtkintl.h"
#include "gtkprivatetypebuiltins.h"
-#include "gtkstylepropertiesprivate.h"
/* this is in case round() is not provided by the compiler,
* such as in the case of C89 compilers, like MSVC
diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c
index 9b8a4212f3..04542d7906 100644
--- a/gtk/gtkstylecontext.c
+++ b/gtk/gtkstylecontext.c
@@ -33,9 +33,9 @@
#include "gtkcssnumbervalueprivate.h"
#include "gtkcssrgbavalueprivate.h"
#include "gtkcssshadowsvalueprivate.h"
+#include "gtkcssstylepropertyprivate.h"
#include "gtkcsstransformvalueprivate.h"
#include "gtkdebug.h"
-#include "gtkstylepropertiesprivate.h"
#include "gtktypebuiltins.h"
#include "gtkintl.h"
#include "gtkwidget.h"
diff --git a/gtk/gtkstyleproperty.c b/gtk/gtkstyleproperty.c
index 74245d6ce2..ac08164ad8 100644
--- a/gtk/gtkstyleproperty.c
+++ b/gtk/gtkstyleproperty.c
@@ -27,7 +27,6 @@
#include "gtkcsstypesprivate.h"
#include "gtkintl.h"
#include "gtkprivatetypebuiltins.h"
-#include "gtkstylepropertiesprivate.h"
enum {
PROP_0,