| Index: sky/engine/core/dom/Document.cpp
|
| diff --git a/sky/engine/core/dom/Document.cpp b/sky/engine/core/dom/Document.cpp
|
| index abba713772e5485ef09021cd682bb75565a9b4b3..38bb75179d003ba9db25ba590e98f101d7748d2d 100644
|
| --- a/sky/engine/core/dom/Document.cpp
|
| +++ b/sky/engine/core/dom/Document.cpp
|
| @@ -84,14 +84,10 @@
|
| #include "sky/engine/core/frame/LocalFrame.h"
|
| #include "sky/engine/core/frame/Settings.h"
|
| #include "sky/engine/core/html/HTMLAnchorElement.h"
|
| -#include "sky/engine/core/html/HTMLCanvasElement.h"
|
| #include "sky/engine/core/html/HTMLScriptElement.h"
|
| #include "sky/engine/core/html/HTMLStyleElement.h"
|
| #include "sky/engine/core/html/HTMLTemplateElement.h"
|
| #include "sky/engine/core/html/HTMLTitleElement.h"
|
| -#include "sky/engine/core/html/canvas/CanvasRenderingContext.h"
|
| -#include "sky/engine/core/html/canvas/CanvasRenderingContext2D.h"
|
| -#include "sky/engine/core/html/canvas/WebGLRenderingContext.h"
|
| #include "sky/engine/core/html/imports/HTMLImportChild.h"
|
| #include "sky/engine/core/html/imports/HTMLImportLoader.h"
|
| #include "sky/engine/core/html/imports/HTMLImportTreeRoot.h"
|
|
|