diff options
author | Andreas Kling <kling@serenityos.org> | 2021-02-09 23:02:04 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-02-10 09:13:29 +0100 |
commit | 9de1253f447753ee5592a9fefeb9caf7e033edff (patch) | |
tree | fce530e556a3db94b838a5f1335ad2c59d63211f /Userland/Libraries/LibWeb/CSS/StyleValue.cpp | |
parent | a807d92a32fc72ec6262e2c41024d67275a9656b (diff) | |
download | serenity-9de1253f447753ee5592a9fefeb9caf7e033edff.zip |
LibWeb: Remove a whole bunch of unnecessary #includes
Diffstat (limited to 'Userland/Libraries/LibWeb/CSS/StyleValue.cpp')
-rw-r--r-- | Userland/Libraries/LibWeb/CSS/StyleValue.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/CSS/StyleValue.cpp b/Userland/Libraries/LibWeb/CSS/StyleValue.cpp index f961649bdd..c6d6b503bf 100644 --- a/Userland/Libraries/LibWeb/CSS/StyleValue.cpp +++ b/Userland/Libraries/LibWeb/CSS/StyleValue.cpp @@ -25,7 +25,6 @@ */ #include <AK/ByteBuffer.h> -#include <LibGfx/PNGLoader.h> #include <LibGfx/Palette.h> #include <LibWeb/CSS/StyleValue.h> #include <LibWeb/DOM/Document.h> |