summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Dump.cpp
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-03-10 23:13:37 +0100
committerAndreas Kling <kling@serenityos.org>2022-03-11 00:21:49 +0100
commitba606d90570f2a57cc094c19cf4fd35a43e22102 (patch)
treee8f657406e15c0ca46f956309ad1e6a75fcc2019 /Userland/Libraries/LibWeb/Dump.cpp
parentf017c1c064e30399a569dde21051b377ab91528d (diff)
downloadserenity-ba606d90570f2a57cc094c19cf4fd35a43e22102.zip
LibWeb: Move PaintingBox to its own .cpp and .h files
Diffstat (limited to 'Userland/Libraries/LibWeb/Dump.cpp')
-rw-r--r--Userland/Libraries/LibWeb/Dump.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/Dump.cpp b/Userland/Libraries/LibWeb/Dump.cpp
index 467df34caf..7d83a52691 100644
--- a/Userland/Libraries/LibWeb/Dump.cpp
+++ b/Userland/Libraries/LibWeb/Dump.cpp
@@ -26,7 +26,7 @@
#include <LibWeb/Layout/Node.h>
#include <LibWeb/Layout/SVGBox.h>
#include <LibWeb/Layout/TextNode.h>
-#include <LibWeb/Painting/Paintable.h>
+#include <LibWeb/Painting/PaintableBox.h>
#include <stdio.h>
namespace Web {