Userland: Remove superfluous headers

Userland has no reason to access 'kmalloc'.
This commit is contained in:
Ben Wiederhake 2021-03-10 19:51:50 +01:00 committed by Andreas Kling
commit bceb98e2df
Notes: sideshowbarker 2024-07-18 21:32:11 +09:00
6 changed files with 0 additions and 6 deletions

View file

@ -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>