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

@@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/Memory.h>
#include <AK/StringView.h>
#include <Kernel/FileSystem/FileDescription.h>
#include <Kernel/Storage/AHCIController.h>