summaryrefslogtreecommitdiff
path: root/Kernel
diff options
context:
space:
mode:
authorMuhammad Zahalqa <m@tryfinally.com>2020-08-17 23:58:09 +0300
committerGitHub <noreply@github.com>2020-08-17 22:58:09 +0200
commit8c7b5fb97b6ebfcf10e301cf87bad66526968518 (patch)
tree84f90cff91767309429ab716124933646628eedf /Kernel
parentc2a2552e4656fba2a1379af212a5cb8908c0a824 (diff)
downloadserenity-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.h1
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>