| Index: sky/engine/core/html/HTMLStyleElement.h
|
| diff --git a/sky/engine/core/html/HTMLStyleElement.h b/sky/engine/core/html/HTMLStyleElement.h
|
| index 3793e00e0a0ce9f05aeb1b62ba604465647ce84c..f2adae6d0f7e47bd3bde0dc61a9609549decde7b 100644
|
| --- a/sky/engine/core/html/HTMLStyleElement.h
|
| +++ b/sky/engine/core/html/HTMLStyleElement.h
|
| @@ -23,8 +23,8 @@
|
| #ifndef HTMLStyleElement_h
|
| #define HTMLStyleElement_h
|
|
|
| -#include "core/dom/StyleElement.h"
|
| -#include "core/html/HTMLElement.h"
|
| +#include "sky/engine/core/dom/StyleElement.h"
|
| +#include "sky/engine/core/html/HTMLElement.h"
|
|
|
| namespace blink {
|
|
|
|
|