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

Kernel: Remove unused header includes in Storage subtree

This commit is contained in:
Brian Gianforcaro 2021-07-11 11:44:08 -07:00 committed by Andreas Kling
parent da665077ce
commit e18be7f5c7
4 changed files with 0 additions and 4 deletions

View file

@ -12,7 +12,6 @@
#include <Kernel/Storage/AHCIPort.h>
#include <Kernel/Storage/ATA.h>
#include <Kernel/Storage/SATADiskDevice.h>
#include <Kernel/VM/AnonymousVMObject.h>
#include <Kernel/VM/MemoryManager.h>
#include <Kernel/VM/ScatterGatherList.h>
#include <Kernel/VM/TypedMapping.h>