mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 11:55:07 +00:00
LibWeb: Fix broken #include after moving files around
This commit is contained in:
parent
995d93c9d9
commit
07b06cdc7e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
#include <LibWeb/DOM/Node.h>
|
||||
#include <LibWeb/Layout/LayoutBox.h>
|
||||
#include <LibWeb/Layout/LayoutDocument.h>
|
||||
#include <LibWeb/Layout/StackingContext.h>
|
||||
#include <LibWeb/Painting/StackingContext.h>
|
||||
|
||||
namespace Web {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue