diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2021-07-31 03:45:38 -0700 |
---|---|---|
committer | Gunnar Beutner <gunnar@beutner.name> | 2021-08-01 08:10:16 +0200 |
commit | 217179a39f01cf50c525e4519e421f1fb3f0966c (patch) | |
tree | 9b865871e6a8cba608d965ccbc8a4bb57a6bfc1b /Userland/Libraries/LibWeb/Layout/Box.cpp | |
parent | b0fbea848b86a1aa888ccbcceebf4f800a2397f6 (diff) | |
download | serenity-217179a39f01cf50c525e4519e421f1fb3f0966c.zip |
LibWeb: Remove unused header includes
Diffstat (limited to 'Userland/Libraries/LibWeb/Layout/Box.cpp')
-rw-r--r-- | Userland/Libraries/LibWeb/Layout/Box.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/Layout/Box.cpp b/Userland/Libraries/LibWeb/Layout/Box.cpp index 1c3cf9365e..da4aa9e0f9 100644 --- a/Userland/Libraries/LibWeb/Layout/Box.cpp +++ b/Userland/Libraries/LibWeb/Layout/Box.cpp @@ -6,7 +6,6 @@ #include <LibGfx/DisjointRectSet.h> #include <LibGfx/Filters/FastBoxBlurFilter.h> -#include <LibGfx/Filters/SpatialGaussianBlurFilter.h> #include <LibGfx/Painter.h> #include <LibWeb/DOM/Document.h> #include <LibWeb/HTML/HTMLBodyElement.h> |