mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:57:43 +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>
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include <AK/PrintfImplementation.h>
|
||||
#include <AK/ScopedValueRollback.h>
|
||||
#include <AK/StdLibExtras.h>
|
||||
#include <AK/kmalloc.h>
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
|
||||
#include <AK/Assertions.h>
|
||||
#include <AK/NonnullOwnPtr.h>
|
||||
#include <AK/kmalloc.h>
|
||||
#include <LibJS/Heap/HeapBlock.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/mman.h>
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
|
||||
#include <AK/Optional.h>
|
||||
#include <AK/StdLibExtras.h>
|
||||
#include <AK/kmalloc.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include <AK/LogStream.h>
|
||||
#include <AK/NonnullOwnPtr.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