| Index: sky/engine/core/css/CSSProperty.cpp
|
| diff --git a/sky/engine/core/css/CSSProperty.cpp b/sky/engine/core/css/CSSProperty.cpp
|
| index 31637de20acd08cda6d95b360fb5dbc9d2c54cb1..ea33ca90b7fc289001371719ab1f09bd043fa6d7 100644
|
| --- a/sky/engine/core/css/CSSProperty.cpp
|
| +++ b/sky/engine/core/css/CSSProperty.cpp
|
| @@ -18,12 +18,12 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/css/CSSProperty.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/css/CSSProperty.h"
|
|
|
| #include "gen/sky/core/StylePropertyShorthand.h"
|
| -#include "core/css/CSSValueList.h"
|
| -#include "core/rendering/style/RenderStyleConstants.h"
|
| +#include "sky/engine/core/css/CSSValueList.h"
|
| +#include "sky/engine/core/rendering/style/RenderStyleConstants.h"
|
|
|
| namespace blink {
|
|
|
|
|