Kernel: Remove more <LibBareMetal/Output/kstdio.h> includes

This commit is contained in:
Andreas Kling 2020-02-10 12:07:48 +01:00
commit ccfee3e573
Notes: sideshowbarker 2024-07-19 09:29:18 +09:00
3 changed files with 0 additions and 3 deletions

View file

@ -30,7 +30,6 @@
#include <AK/Noncopyable.h>
#include <LibBareMetal/Memory/PhysicalAddress.h>
#include <LibBareMetal/Memory/VirtualAddress.h>
#include <LibBareMetal/Output/kstdio.h>
#define PAGE_SIZE 4096
#define PAGE_MASK ((uintptr_t)0xfffff000u)