mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 09:46:04 -05:00
Kernel: Remove unneeded header (#3196)
AK/HashTable.h is not needed from SpuriousInterruptHandler
This commit is contained in:
parent
c2a2552e46
commit
8c7b5fb97b
Notes:
sideshowbarker
2024-07-19 03:28:09 +09:00
Author: https://github.com/tryfinally Commit: https://github.com/SerenityOS/serenity/commit/8c7b5fb97b6 Pull-request: https://github.com/SerenityOS/serenity/pull/3196
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/HashTable.h>
|
||||
#include <AK/OwnPtr.h>
|
||||
#include <AK/Types.h>
|
||||
#include <Kernel/Arch/i386/CPU.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue