AK: Clean up some of the confusion that is AK/kmalloc.{cpp,h}

This commit is contained in:
Andreas Kling 2019-04-03 12:07:41 +02:00
parent d11b5407a3
commit 60f236b285
Notes: sideshowbarker 2024-07-19 14:50:58 +09:00
7 changed files with 0 additions and 368 deletions

View file

@ -4,7 +4,6 @@
#include "RTC.h"
#include <AK/Bitmap.h>
#include <AK/StdLibExtras.h>
#include <AK/kmalloc.h>
#include <AK/ktime.h>
#include <AK/kstdio.h>
#include <AK/BufferStream.h>