Kernel: Remove obsolete kprint

This hasn't been in use in 3 years :)
This commit is contained in:
2025-11-22 06:21:50 +02:00
parent 11ccbe6506
commit 05d59a05df
3 changed files with 6 additions and 15 deletions

View File

@@ -11,7 +11,6 @@
#include <kernel/IDT.h>
#include <kernel/Input/PS2/Controller.h>
#include <kernel/InterruptController.h>
#include <kernel/kprint.h>
#include <kernel/Memory/Heap.h>
#include <kernel/Memory/kmalloc.h>
#include <kernel/Memory/PageTable.h>