diff options
author | Muhammad Zahalqa <m@tryfinally.com> | 2020-08-17 23:58:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-17 22:58:09 +0200 |
commit | 8c7b5fb97b6ebfcf10e301cf87bad66526968518 (patch) | |
tree | 84f90cff91767309429ab716124933646628eedf /Kernel | |
parent | c2a2552e4656fba2a1379af212a5cb8908c0a824 (diff) | |
download | serenity-8c7b5fb97b6ebfcf10e301cf87bad66526968518.zip |
Kernel: Remove unneeded header (#3196)
AK/HashTable.h is not needed from SpuriousInterruptHandler
Diffstat (limited to 'Kernel')
-rw-r--r-- | Kernel/Interrupts/SpuriousInterruptHandler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/Interrupts/SpuriousInterruptHandler.h b/Kernel/Interrupts/SpuriousInterruptHandler.h index 3eded1cf5b..82e4a624b9 100644 --- a/Kernel/Interrupts/SpuriousInterruptHandler.h +++ b/Kernel/Interrupts/SpuriousInterruptHandler.h @@ -26,7 +26,6 @@ #pragma once -#include <AK/HashTable.h> #include <AK/OwnPtr.h> #include <AK/Types.h> #include <Kernel/Arch/i386/CPU.h> |