| Index: sky/engine/core/css/StylePropertySerializer.cpp
|
| diff --git a/sky/engine/core/css/StylePropertySerializer.cpp b/sky/engine/core/css/StylePropertySerializer.cpp
|
| index 86a97ad3f4b4cfbebe16e377e534e355872f44b3..9090db8cbfd3ce65ae90b11d89d464c8455f2deb 100644
|
| --- a/sky/engine/core/css/StylePropertySerializer.cpp
|
| +++ b/sky/engine/core/css/StylePropertySerializer.cpp
|
| @@ -20,14 +20,14 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/css/StylePropertySerializer.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/css/StylePropertySerializer.h"
|
|
|
| #include "gen/sky/core/CSSValueKeywords.h"
|
| #include "gen/sky/core/StylePropertyShorthand.h"
|
| -#include "core/css/CSSPropertyMetadata.h"
|
| -#include "wtf/BitArray.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| +#include "sky/engine/core/css/CSSPropertyMetadata.h"
|
| +#include "sky/engine/wtf/BitArray.h"
|
| +#include "sky/engine/wtf/text/StringBuilder.h"
|
|
|
| namespace blink {
|
|
|
|
|