Kernel: Remove unneeded header (#3196)

AK/HashTable.h is not needed from SpuriousInterruptHandler
This commit is contained in:
Muhammad Zahalqa 2020-08-17 23:58:09 +03:00 committed by GitHub
parent c2a2552e46
commit 8c7b5fb97b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: sideshowbarker 2024-07-19 03:28:09 +09:00

View file

@ -26,7 +26,6 @@
#pragma once
#include <AK/HashTable.h>
#include <AK/OwnPtr.h>
#include <AK/Types.h>
#include <Kernel/Arch/i386/CPU.h>