1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:08:10 +00:00

Kernel: Remove now-unused KernelInfoPage.h

This commit is contained in:
Andreas Kling 2020-05-16 11:34:54 +02:00
parent 2d35810e0a
commit 204fb27333
3 changed files with 0 additions and 42 deletions

View file

@ -51,7 +51,6 @@
#include <Kernel/Heap/kmalloc.h>
#include <Kernel/KBufferBuilder.h>
#include <Kernel/KSyms.h>
#include <Kernel/KernelInfoPage.h>
#include <Kernel/Module.h>
#include <Kernel/Multiboot.h>
#include <Kernel/Net/Socket.h>