| Index: sky/engine/core/html/HTMLStyleElement.cpp
|
| diff --git a/sky/engine/core/html/HTMLStyleElement.cpp b/sky/engine/core/html/HTMLStyleElement.cpp
|
| index 7a4c86d74b46bcead2e9a7e05f91bb454f607491..d849cc9e2d35c82db72467b0f17387e188607bca 100644
|
| --- a/sky/engine/core/html/HTMLStyleElement.cpp
|
| +++ b/sky/engine/core/html/HTMLStyleElement.cpp
|
| @@ -21,15 +21,15 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/html/HTMLStyleElement.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/html/HTMLStyleElement.h"
|
|
|
| #include "gen/sky/core/HTMLNames.h"
|
| -#include "core/css/MediaList.h"
|
| -#include "core/dom/Document.h"
|
| -#include "core/events/Event.h"
|
| -#include "core/events/EventSender.h"
|
| -#include "core/dom/shadow/ShadowRoot.h"
|
| +#include "sky/engine/core/css/MediaList.h"
|
| +#include "sky/engine/core/dom/Document.h"
|
| +#include "sky/engine/core/dom/shadow/ShadowRoot.h"
|
| +#include "sky/engine/core/events/Event.h"
|
| +#include "sky/engine/core/events/EventSender.h"
|
|
|
| namespace blink {
|
|
|
|
|