Skip to content

Commit

Permalink
Kernel: Remove unneeded header (SerenityOS#3196)
Browse files Browse the repository at this point in the history
AK/HashTable.h is not needed from SpuriousInterruptHandler
  • Loading branch information
tryfinally committed Aug 17, 2020
1 parent c2a2552 commit 8c7b5fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Kernel/Interrupts/SpuriousInterruptHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

#pragma once

#include <AK/HashTable.h>
#include <AK/OwnPtr.h>
#include <AK/Types.h>
#include <Kernel/Arch/i386/CPU.h>
Expand Down

0 comments on commit 8c7b5fb

Please sign in to comment.