mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:27:36 +00:00
Kernel: Remove unused header includes in Storage subtree
This commit is contained in:
parent
da665077ce
commit
e18be7f5c7
4 changed files with 0 additions and 4 deletions
|
@ -8,7 +8,6 @@
|
||||||
#include <AK/OwnPtr.h>
|
#include <AK/OwnPtr.h>
|
||||||
#include <AK/RefPtr.h>
|
#include <AK/RefPtr.h>
|
||||||
#include <AK/Types.h>
|
#include <AK/Types.h>
|
||||||
#include <Kernel/CommandLine.h>
|
|
||||||
#include <Kernel/Storage/AHCIController.h>
|
#include <Kernel/Storage/AHCIController.h>
|
||||||
#include <Kernel/Storage/SATADiskDevice.h>
|
#include <Kernel/Storage/SATADiskDevice.h>
|
||||||
#include <Kernel/VM/MemoryManager.h>
|
#include <Kernel/VM/MemoryManager.h>
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
#include <Kernel/Storage/AHCIPort.h>
|
#include <Kernel/Storage/AHCIPort.h>
|
||||||
#include <Kernel/Storage/ATA.h>
|
#include <Kernel/Storage/ATA.h>
|
||||||
#include <Kernel/Storage/SATADiskDevice.h>
|
#include <Kernel/Storage/SATADiskDevice.h>
|
||||||
#include <Kernel/VM/AnonymousVMObject.h>
|
|
||||||
#include <Kernel/VM/MemoryManager.h>
|
#include <Kernel/VM/MemoryManager.h>
|
||||||
#include <Kernel/VM/ScatterGatherList.h>
|
#include <Kernel/VM/ScatterGatherList.h>
|
||||||
#include <Kernel/VM/TypedMapping.h>
|
#include <Kernel/VM/TypedMapping.h>
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
* SPDX-License-Identifier: BSD-2-Clause
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <AK/Memory.h>
|
|
||||||
#include <AK/StringView.h>
|
#include <AK/StringView.h>
|
||||||
#include <Kernel/FileSystem/FileDescription.h>
|
#include <Kernel/FileSystem/FileDescription.h>
|
||||||
#include <Kernel/Sections.h>
|
#include <Kernel/Sections.h>
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
* SPDX-License-Identifier: BSD-2-Clause
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <AK/Memory.h>
|
|
||||||
#include <AK/StringView.h>
|
#include <AK/StringView.h>
|
||||||
#include <Kernel/FileSystem/FileDescription.h>
|
#include <Kernel/FileSystem/FileDescription.h>
|
||||||
#include <Kernel/Storage/AHCIController.h>
|
#include <Kernel/Storage/AHCIController.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue