From 3399b6c57f024665c041e756484f0af23fa53368 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 26 Dec 2021 18:50:03 +0100 Subject: Kernel: Remove old SlabAllocator :^) This is no longer useful since kmalloc() does automatic slab allocation without any of the limitations of the old SlabAllocator. :^) --- Kernel/Memory/Region.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Kernel/Memory') diff --git a/Kernel/Memory/Region.h b/Kernel/Memory/Region.h index 1ad6e69e9b..7571456ca3 100644 --- a/Kernel/Memory/Region.h +++ b/Kernel/Memory/Region.h @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3