1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:24:57 +00:00

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
parent 2cd0793578
commit bceb98e2df
6 changed files with 0 additions and 6 deletions

View file

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