Просмотр исходного кода

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

Andreas Kling 5 лет назад
Родитель
Сommit
ccfee3e573
3 измененных файлов с 0 добавлено и 3 удалено
  1. 0 1
      Kernel/Arch/i386/CPU.h
  2. 0 1
      Kernel/Assertions.h
  3. 0 1
      Kernel/VM/RangeAllocator.cpp

+ 0 - 1
Kernel/Arch/i386/CPU.h

@@ -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)

+ 0 - 1
Kernel/Assertions.h

@@ -27,7 +27,6 @@
 #pragma once
 
 #include <Kernel/Arch/i386/CPU.h>
-#include <LibBareMetal/Output/kstdio.h>
 
 #ifdef DEBUG
 [[noreturn]] void __assertion_failed(const char* msg, const char* file, unsigned line, const char* func);

+ 0 - 1
Kernel/VM/RangeAllocator.cpp

@@ -29,7 +29,6 @@
 #include <Kernel/Random.h>
 #include <Kernel/Thread.h>
 #include <Kernel/VM/RangeAllocator.h>
-#include <LibBareMetal/Output/kstdio.h>
 
 //#define VRA_DEBUG
 #define VM_GUARD_PAGES