1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:28:11 +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

@ -26,7 +26,6 @@
#include <AK/String.h>
#include <AK/StringBuilder.h>
#include <Kernel/KernelInfoPage.h>
#include <Kernel/Syscall.h>
#include <assert.h>
#include <errno.h>