diff options
author | Hendiadyoin1 <leon2002.la@gmail.com> | 2021-06-21 17:34:09 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-06-24 00:38:23 +0200 |
commit | 7ca3d413f7ec0e0ef83b20c2473d73c747a9b330 (patch) | |
tree | 776412b2cbee270195aa515f71ac42da1b2090d8 /Kernel/IO.h | |
parent | 37253ebcae6a9e172903ea1b9fae19c42055a53b (diff) | |
download | serenity-7ca3d413f7ec0e0ef83b20c2473d73c747a9b330.zip |
Kernel: Pull apart CPU.h
This does not add any functional changes
Diffstat (limited to 'Kernel/IO.h')
-rw-r--r-- | Kernel/IO.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/IO.h b/Kernel/IO.h index ae4bcd8e7c..76adbd0749 100644 --- a/Kernel/IO.h +++ b/Kernel/IO.h @@ -9,7 +9,6 @@ #include <AK/Assertions.h> #include <AK/String.h> #include <AK/Types.h> -#include <Kernel/Arch/x86/CPU.h> namespace IO { |