mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:57:43 +00:00
Kernel: Move kmalloc() into a Kernel/Heap/ directory
This commit is contained in:
parent
6557a31049
commit
1c692e87a6
11 changed files with 14 additions and 16 deletions
|
@ -32,7 +32,7 @@
|
|||
#include <Kernel/Syscall.h>
|
||||
#include <Kernel/TTY/MasterPTY.h>
|
||||
#include <Kernel/VM/InodeVMObject.h>
|
||||
#include <Kernel/kmalloc.h>
|
||||
#include <Kernel/Heap/kmalloc.h>
|
||||
#include <LibC/errno_numbers.h>
|
||||
#include <LibC/signal_numbers.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue