1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:58:11 +00:00

Kernel: Remove IO.h include from a bunch of places

This commit is contained in:
Liav A 2021-10-01 09:54:09 +03:00 committed by Andreas Kling
parent c0a64f7317
commit 3e9dfd2e74
7 changed files with 0 additions and 7 deletions

View file

@ -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>