forked from AuroraMiddleware/gtk
Fix the build
Some forgotten include path adjustments.
This commit is contained in:
parent
c16fa45bfe
commit
385e6beafe
@ -25,7 +25,7 @@
|
||||
|
||||
#include "gtkcssstylefuncsprivate.h"
|
||||
#include "gtkcsstypedvalueprivate.h"
|
||||
#include "gtkstylepropertiesprivate.h"
|
||||
#include "deprecated/gtkstylepropertiesprivate.h"
|
||||
|
||||
#include "deprecated/gtkthemingengine.h"
|
||||
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user