mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:47:35 +00:00
LibWeb: Don't include Layout/TreeBuilder.h from DOM/Element.h
This commit is contained in:
parent
4399ca2d82
commit
f7678e2797
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
#include <LibWeb/Bindings/ElementPrototype.h>
|
||||
#include <LibWeb/Bindings/ShadowRootPrototype.h>
|
||||
#include <LibWeb/Bindings/WindowGlobalMixin.h>
|
||||
#include <LibWeb/CSS/Selector.h>
|
||||
#include <LibWeb/CSS/StyleProperty.h>
|
||||
#include <LibWeb/DOM/ChildNode.h>
|
||||
#include <LibWeb/DOM/NamedNodeMap.h>
|
||||
|
@ -23,7 +24,6 @@
|
|||
#include <LibWeb/HTML/TagNames.h>
|
||||
#include <LibWeb/HTML/Window.h>
|
||||
#include <LibWeb/Layout/Node.h>
|
||||
#include <LibWeb/Layout/TreeBuilder.h>
|
||||
#include <LibWeb/WebIDL/ExceptionOr.h>
|
||||
|
||||
namespace Web::DOM {
|
||||
|
|
|
@ -448,6 +448,7 @@ class RadioButton;
|
|||
class ReplacedBox;
|
||||
class TableWrapper;
|
||||
class TextNode;
|
||||
class TreeBuilder;
|
||||
class VideoBox;
|
||||
class Viewport;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue