mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:37:35 +00:00
LibWeb: Break inclusion cycle by removing unnecessary include
This commit is contained in:
parent
e909231d78
commit
fe48fed4fa
2 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include <LibWeb/DOM/Document.h>
|
||||
#include <LibWeb/Layout/BlockContainer.h>
|
||||
#include <LibWeb/Layout/LayoutPosition.h>
|
||||
|
||||
namespace Web::Layout {
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
#include <LibWeb/CSS/StyleProperties.h>
|
||||
#include <LibWeb/Forward.h>
|
||||
#include <LibWeb/Layout/BoxModelMetrics.h>
|
||||
#include <LibWeb/Layout/LayoutPosition.h>
|
||||
#include <LibWeb/Painting/PaintContext.h>
|
||||
#include <LibWeb/TreeNode.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue