mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:57:44 +00:00
Userland: Remove superfluous headers
Userland has no reason to access 'kmalloc'.
This commit is contained in:
parent
2cd0793578
commit
bceb98e2df
6 changed files with 0 additions and 6 deletions
|
@ -29,7 +29,6 @@
|
|||
#include <AK/Demangle.h>
|
||||
#include <AK/LogStream.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <AK/kmalloc.h>
|
||||
#include <LibC/sys/arch/i386/regs.h>
|
||||
#include <LibCore/ArgsParser.h>
|
||||
#include <LibCore/File.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue