1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:37:34 +00:00

LibWeb: Don't include Layout/TreeBuilder.h from DOM/Element.h

This commit is contained in:
Andreas Kling 2023-05-08 07:02:43 +02:00 committed by Jelle Raaijmakers
parent 4399ca2d82
commit f7678e2797
2 changed files with 2 additions and 1 deletions

View file

@ -448,6 +448,7 @@ class RadioButton;
class ReplacedBox;
class TableWrapper;
class TextNode;
class TreeBuilder;
class VideoBox;
class Viewport;