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
Notes: sideshowbarker 2024-07-19 05:34:00 +09:00

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 {