Fix the build

Some forgotten include path adjustments.
This commit is contained in:
Matthias Clasen 2014-10-24 16:12:33 -04:00
parent c16fa45bfe
commit 385e6beafe
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
#include "gtkcssstylefuncsprivate.h"
#include "gtkcsstypedvalueprivate.h"
#include "gtkstylepropertiesprivate.h"
#include "deprecated/gtkstylepropertiesprivate.h"
#include "deprecated/gtkthemingengine.h"

View File

@ -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,

View File

@ -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