mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-23 13:05:12 +00:00
LibWeb: Fix broken #include after moving files around
This commit is contained in:
parent
995d93c9d9
commit
07b06cdc7e
Notes:
sideshowbarker
2024-07-19 05:34:00 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/07b06cdc7e1
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
Reference in a new issue