mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
Kernel: Remove IO.h include from a bunch of places
This commit is contained in:
parent
c0a64f7317
commit
3e9dfd2e74
Notes:
sideshowbarker
2024-07-18 03:15:33 +09:00
Author: https://github.com/supercomputer7
Commit: 3e9dfd2e74
Pull-request: https://github.com/SerenityOS/serenity/pull/10292
7 changed files with 0 additions and 7 deletions
|
@ -11,7 +11,6 @@
|
|||
#include <AK/WeakPtr.h>
|
||||
#include <AK/Weakable.h>
|
||||
#include <Kernel/Devices/Device.h>
|
||||
#include <Kernel/IO.h>
|
||||
#include <Kernel/Interrupts/IRQHandler.h>
|
||||
#include <Kernel/Locking/Mutex.h>
|
||||
#include <Kernel/Locking/Spinlock.h>
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
#include <Kernel/Bus/PCI/Access.h>
|
||||
#include <Kernel/Bus/PCI/Device.h>
|
||||
#include <Kernel/Devices/Device.h>
|
||||
#include <Kernel/IO.h>
|
||||
#include <Kernel/Locking/Mutex.h>
|
||||
#include <Kernel/Memory/PhysicalPage.h>
|
||||
#include <Kernel/PhysicalAddress.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue