[gtk+] styleproperties: Remove header where it's not used



commit 433c20e59d84045438a91f2703c76b50b10116ed
Author: Benjamin Otte <otte redhat com>
Date:   Fri Oct 24 21:12:44 2014 +0200

    styleproperties: Remove header where it's not used

 gtk/gtkborderimage.c          |    1 -
 gtk/gtkcsscomputedvalues.c    |    1 -
 gtk/gtkcsslookup.c            |    1 -
 gtk/gtkcssprovider.c          |    1 -
 gtk/gtkcssstylepropertyimpl.c |    1 -
 gtk/gtkstylecontext.c         |    2 +-
 gtk/gtkstyleproperty.c        |    1 -
 7 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/gtk/gtkborderimage.c b/gtk/gtkborderimage.c
index fb64620..21e2c35 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 18d5a8d..1aeafeb 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 2c8b6b8..5f0eaa7 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 a807ad8..b5b9a2e 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 005ed9f..9725108 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 9b8a421..04542d7 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 74245d6..ac08164 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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]