summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/BMPWriter.cpp
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2021-02-01 22:48:35 +0100
committerAndreas Kling <kling@serenityos.org>2021-02-08 18:03:57 +0100
commitc9bb887c5577ebc4016150b08453e3f7cd8b6758 (patch)
tree67a71aa301dd9eb36bcc123f9a65ce252ccfb16a /Userland/Libraries/LibGfx/BMPWriter.cpp
parent0a2304ba0598281764318a616e74fb1685b7fbb0 (diff)
downloadserenity-c9bb887c5577ebc4016150b08453e3f7cd8b6758.zip
Everywhere: Remove unnecessary headers 1/4
Arbitrarily split up to make git bisect easier. These unnecessary #include's were found by combining an automated tool (which determined likely candidates) and some brain power (which decided whether the #include is also semantically superfluous). My favorite #include: #include "Applications/Piano/Music.h" // You can't have too much music in life!
Diffstat (limited to 'Userland/Libraries/LibGfx/BMPWriter.cpp')
-rw-r--r--Userland/Libraries/LibGfx/BMPWriter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGfx/BMPWriter.cpp b/Userland/Libraries/LibGfx/BMPWriter.cpp
index 8e29f73ac9..6911f99164 100644
--- a/Userland/Libraries/LibGfx/BMPWriter.cpp
+++ b/Userland/Libraries/LibGfx/BMPWriter.cpp
@@ -27,7 +27,6 @@
#include <AK/Vector.h>
#include <LibGfx/BMPWriter.h>
#include <LibGfx/Bitmap.h>
-#include <cstring>
namespace Gfx {