diff options
Diffstat (limited to 'Kernel/Arch')
-rw-r--r-- | Kernel/Arch/x86/common/CPU.cpp | 2 | ||||
-rw-r--r-- | Kernel/Arch/x86/i386/ASM_wrapper.cpp | 1 | ||||
-rw-r--r-- | Kernel/Arch/x86/i386/Processor.cpp | 1 | ||||
-rw-r--r-- | Kernel/Arch/x86/x86_64/ASM_wrapper.cpp | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/Kernel/Arch/x86/common/CPU.cpp b/Kernel/Arch/x86/common/CPU.cpp index 1acd2e7944..a5685896c2 100644 --- a/Kernel/Arch/x86/common/CPU.cpp +++ b/Kernel/Arch/x86/common/CPU.cpp @@ -6,8 +6,6 @@ #include <AK/Assertions.h> #include <Kernel/Arch/x86/CPU.h> -#include <Kernel/Arch/x86/Processor.h> -#include <Kernel/KSyms.h> #include <Kernel/Panic.h> #include <Kernel/Process.h> diff --git a/Kernel/Arch/x86/i386/ASM_wrapper.cpp b/Kernel/Arch/x86/i386/ASM_wrapper.cpp index 449529e8f2..81490562f7 100644 --- a/Kernel/Arch/x86/i386/ASM_wrapper.cpp +++ b/Kernel/Arch/x86/i386/ASM_wrapper.cpp @@ -7,7 +7,6 @@ #include <AK/Types.h> #include <Kernel/Arch/x86/ASM_wrapper.h> -#include <Kernel/Arch/x86/Processor.h> #include <Kernel/Sections.h> namespace Kernel { diff --git a/Kernel/Arch/x86/i386/Processor.cpp b/Kernel/Arch/x86/i386/Processor.cpp index b47cb59051..a3fec8a10c 100644 --- a/Kernel/Arch/x86/i386/Processor.cpp +++ b/Kernel/Arch/x86/i386/Processor.cpp @@ -7,7 +7,6 @@ #include <AK/StdLibExtras.h> #include <Kernel/Arch/x86/Processor.h> #include <Kernel/Arch/x86/TrapFrame.h> -#include <Kernel/Panic.h> #include <Kernel/Process.h> #include <Kernel/Random.h> #include <Kernel/Sections.h> diff --git a/Kernel/Arch/x86/x86_64/ASM_wrapper.cpp b/Kernel/Arch/x86/x86_64/ASM_wrapper.cpp index 754f453fe7..f92605572e 100644 --- a/Kernel/Arch/x86/x86_64/ASM_wrapper.cpp +++ b/Kernel/Arch/x86/x86_64/ASM_wrapper.cpp @@ -7,7 +7,6 @@ #include <AK/Types.h> #include <Kernel/Arch/x86/ASM_wrapper.h> -#include <Kernel/Arch/x86/Processor.h> #include <Kernel/Sections.h> namespace Kernel { |