summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2021-03-10 19:51:50 +0100
committerAndreas Kling <kling@serenityos.org>2021-03-11 12:32:53 +0100
commitbceb98e2df5f6030b4a95ad7d874e8a4c59f4026 (patch)
tree528e3c5f0e65c9a43e74628cb6dc4ecad64ec445 /Userland/Libraries/LibGfx
parent2cd0793578dad27a9f6ff94d55d5061ce5483817 (diff)
downloadserenity-bceb98e2df5f6030b4a95ad7d874e8a4c59f4026.zip
Userland: Remove superfluous headers
Userland has no reason to access 'kmalloc'.
Diffstat (limited to 'Userland/Libraries/LibGfx')
-rw-r--r--Userland/Libraries/LibGfx/BitmapFont.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGfx/BitmapFont.cpp b/Userland/Libraries/LibGfx/BitmapFont.cpp
index 09e080ec8e..b26db96c15 100644
--- a/Userland/Libraries/LibGfx/BitmapFont.cpp
+++ b/Userland/Libraries/LibGfx/BitmapFont.cpp
@@ -32,7 +32,6 @@
#include <AK/Utf32View.h>
#include <AK/Utf8View.h>
#include <AK/Vector.h>
-#include <AK/kmalloc.h>
#include <LibCore/FileStream.h>
#include <LibGfx/FontDatabase.h>
#include <stdio.h>