|
35 | 35 | #include <LibJS/Runtime/GlobalObject.h>
|
36 | 36 | #include <LibWeb/Bindings/DocumentWrapper.h>
|
37 | 37 | #include <LibWeb/Bindings/WindowObject.h>
|
| 38 | +#include <LibWeb/CSS/Parser/CSSParser.h> |
38 | 39 | #include <LibWeb/CSS/SelectorEngine.h>
|
39 | 40 | #include <LibWeb/CSS/StyleResolver.h>
|
40 | 41 | #include <LibWeb/DOM/AttributeNames.h>
|
41 | 42 | #include <LibWeb/DOM/Document.h>
|
42 | 43 | #include <LibWeb/DOM/DocumentType.h>
|
43 | 44 | #include <LibWeb/DOM/Element.h>
|
44 | 45 | #include <LibWeb/DOM/ElementFactory.h>
|
| 46 | +#include <LibWeb/DOM/Text.h> |
| 47 | +#include <LibWeb/DOM/Window.h> |
| 48 | +#include <LibWeb/Dump.h> |
| 49 | +#include <LibWeb/Frame/Frame.h> |
45 | 50 | #include <LibWeb/HTML/HTMLBodyElement.h>
|
46 | 51 | #include <LibWeb/HTML/HTMLHeadElement.h>
|
47 | 52 | #include <LibWeb/HTML/HTMLHtmlElement.h>
|
48 | 53 | #include <LibWeb/HTML/HTMLScriptElement.h>
|
49 | 54 | #include <LibWeb/HTML/HTMLTitleElement.h>
|
50 |
| -#include <LibWeb/DOM/Text.h> |
51 |
| -#include <LibWeb/DOM/Window.h> |
52 |
| -#include <LibWeb/Dump.h> |
53 |
| -#include <LibWeb/Frame/Frame.h> |
54 | 55 | #include <LibWeb/Layout/LayoutDocument.h>
|
55 | 56 | #include <LibWeb/Layout/LayoutTreeBuilder.h>
|
56 | 57 | #include <LibWeb/Origin.h>
|
57 | 58 | #include <LibWeb/PageView.h>
|
58 |
| -#include <LibWeb/Parser/CSSParser.h> |
59 | 59 | #include <LibWeb/SVG/TagNames.h>
|
60 | 60 | #include <stdio.h>
|
61 | 61 |
|
|
0 commit comments