Kernel: Move kmalloc() into a Kernel/Heap/ directory

This commit is contained in:
Andreas Kling 2019-09-16 09:01:44 +02:00
commit 1c692e87a6
Notes: sideshowbarker 2024-07-19 12:05:10 +09:00
11 changed files with 14 additions and 16 deletions

View file

@ -5,7 +5,7 @@
#include <Kernel/Net/EthernetFrameHeader.h>
#include <Kernel/Net/NetworkAdapter.h>
#include <Kernel/StdLib.h>
#include <Kernel/kmalloc.h>
#include <Kernel/Heap/kmalloc.h>
static Lockable<HashTable<NetworkAdapter*>>& all_adapters()
{