1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:57:35 +00:00

Kernel: Remove a handful of unused things in VM/ directory

Also add some missing initializers.
This commit is contained in:
Andreas Kling 2021-02-11 22:02:39 +01:00
parent ba42d741cb
commit 0dbb22e9e0
12 changed files with 5 additions and 66 deletions

View file

@ -27,7 +27,6 @@
#include <AK/BinarySearch.h>
#include <AK/Checked.h>
#include <AK/QuickSort.h>
#include <Kernel/Debug.h>
#include <Kernel/Random.h>
#include <Kernel/Thread.h>
#include <Kernel/VM/RangeAllocator.h>