summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/Label.cpp
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-03-11 00:17:31 +0100
committerAndreas Kling <kling@serenityos.org>2022-03-11 00:21:49 +0100
commite099960e4d812a1efe4455ee4de74d3caf88aa70 (patch)
tree3bf15c771bc13d982c24d5bfca7ceab5440076e6 /Userland/Libraries/LibWeb/Layout/Label.cpp
parent5779a910e5186fbf6bf2d26203312271073dcfce (diff)
downloadserenity-e099960e4d812a1efe4455ee4de74d3caf88aa70.zip
LibWeb: Remove a bunch of no-longer needed #includes
Diffstat (limited to 'Userland/Libraries/LibWeb/Layout/Label.cpp')
-rw-r--r--Userland/Libraries/LibWeb/Layout/Label.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/Layout/Label.cpp b/Userland/Libraries/LibWeb/Layout/Label.cpp
index 1f6930c9ba..035a6f8d69 100644
--- a/Userland/Libraries/LibWeb/Layout/Label.cpp
+++ b/Userland/Libraries/LibWeb/Layout/Label.cpp
@@ -5,7 +5,6 @@
*/
#include <LibGUI/Event.h>
-#include <LibGfx/StylePainter.h>
#include <LibWeb/DOM/Document.h>
#include <LibWeb/DOM/Element.h>
#include <LibWeb/Layout/InitialContainingBlock.h>