[gtk+] Fix the build



commit 385e6beafe7e53911c1f3c1f84e167e5b218244a
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Oct 24 16:12:33 2014 -0400

    Fix the build
    
    Some forgotten include path adjustments.

 gtk/gtkcsscustomproperty.c        |    2 +-
 gtk/gtkcssshorthandpropertyimpl.c |    2 +-
 gtk/gtkcssstyleproperty.c         |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkcsscustomproperty.c b/gtk/gtkcsscustomproperty.c
index a8be088..31cfefd 100644
--- a/gtk/gtkcsscustomproperty.c
+++ b/gtk/gtkcsscustomproperty.c
@@ -25,7 +25,7 @@
 
 #include "gtkcssstylefuncsprivate.h"
 #include "gtkcsstypedvalueprivate.h"
-#include "gtkstylepropertiesprivate.h"
+#include "deprecated/gtkstylepropertiesprivate.h"
 
 #include "deprecated/gtkthemingengine.h"
 
diff --git a/gtk/gtkcssshorthandpropertyimpl.c b/gtk/gtkcssshorthandpropertyimpl.c
index bc828ea..9bc780d 100644
--- a/gtk/gtkcssshorthandpropertyimpl.c
+++ b/gtk/gtkcssshorthandpropertyimpl.c
@@ -39,7 +39,7 @@
 #include "gtkcssstringvalueprivate.h"
 #include "gtkcssstylefuncsprivate.h"
 #include "gtkcssvalueprivate.h"
-#include "gtkstylepropertiesprivate.h"
+#include "deprecated/gtkstylepropertiesprivate.h"
 #include "gtktypebuiltins.h"
 
 /* this is in case round() is not provided by the compiler, 
diff --git a/gtk/gtkcssstyleproperty.c b/gtk/gtkcssstyleproperty.c
index 5053892..0ba6567 100644
--- a/gtk/gtkcssstyleproperty.c
+++ b/gtk/gtkcssstyleproperty.c
@@ -29,7 +29,7 @@
 #include "gtkcssunsetvalueprivate.h"
 #include "gtkintl.h"
 #include "gtkprivatetypebuiltins.h"
-#include "gtkstylepropertiesprivate.h"
+#include "deprecated/gtkstylepropertiesprivate.h"
 
 /* this is in case round() is not provided by the compiler, 
  * such as in the case of C89 compilers, like MSVC


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