1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 16:25:07 +00:00

LibWeb: Fix broken #include after moving files around

This commit is contained in:
Andreas Kling 2020-06-18 22:01:05 +02:00
parent 995d93c9d9
commit 07b06cdc7e

View file

@ -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 {