Kernel: Remove unused header includes in Bus subtree

This commit is contained in:
Brian Gianforcaro 2021-07-11 11:46:54 -07:00 committed by Andreas Kling
parent 187a8f6896
commit 28cf9ffe90
Notes: sideshowbarker 2024-07-18 09:16:13 +09:00

View file

@ -5,7 +5,6 @@
*/
#include <AK/Optional.h>
#include <AK/StringView.h>
#include <Kernel/Arch/x86/InterruptDisabler.h>
#include <Kernel/Bus/PCI/MMIOAccess.h>
#include <Kernel/Debug.h>