1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:17:45 +00:00

Kernel: Remove unused header includes in Interrupts subtree

This commit is contained in:
Brian Gianforcaro 2021-07-11 11:45:14 -07:00 committed by Andreas Kling
parent 8211aee4b5
commit 9814082b5e

View file

@ -16,7 +16,6 @@
#include <Kernel/Interrupts/PIC.h>
#include <Kernel/Interrupts/SharedIRQHandler.h>
#include <Kernel/Interrupts/SpuriousInterruptHandler.h>
#include <Kernel/Interrupts/UnhandledInterruptHandler.h>
#include <Kernel/Sections.h>
#include <Kernel/VM/TypedMapping.h>