summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/ICOLoader.cpp
diff options
context:
space:
mode:
authorBrian Gianforcaro <bgianf@serenityos.org>2021-07-31 01:31:06 -0700
committerGunnar Beutner <gunnar@beutner.name>2021-08-01 08:10:16 +0200
commitb0fbea848b86a1aa888ccbcceebf4f800a2397f6 (patch)
tree16387e0904d1e0a517221a5d9c1578a8b820b20c /Userland/Libraries/LibGfx/ICOLoader.cpp
parent219d4ba3762940a1e3e47718bf09c793f3de9e9b (diff)
downloadserenity-b0fbea848b86a1aa888ccbcceebf4f800a2397f6.zip
LibGfx: Remove unused header includes
Diffstat (limited to 'Userland/Libraries/LibGfx/ICOLoader.cpp')
-rw-r--r--Userland/Libraries/LibGfx/ICOLoader.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGfx/ICOLoader.cpp b/Userland/Libraries/LibGfx/ICOLoader.cpp
index fe151c006f..2bb9d26cc5 100644
--- a/Userland/Libraries/LibGfx/ICOLoader.cpp
+++ b/Userland/Libraries/LibGfx/ICOLoader.cpp
@@ -13,7 +13,6 @@
#include <AK/Types.h>
#include <LibGfx/ICOLoader.h>
#include <LibGfx/PNGLoader.h>
-#include <stdio.h>
#include <string.h>
namespace Gfx {