diff options
author | Daniel Bertalan <dani@danielbertalan.dev> | 2021-12-30 13:00:58 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-12-30 14:16:03 +0100 |
commit | 8e2efe78f7545df4d6ac761fc19f81643722ed36 (patch) | |
tree | 619310220339aabe34d78daf0fed4e1c116d31da /Kernel/Bus | |
parent | 2175c689efc7ce20a8ef6f0e12a2ee4a108dc331 (diff) | |
download | serenity-8e2efe78f7545df4d6ac761fc19f81643722ed36.zip |
Kernel: Tighten String-related includes
Diffstat (limited to 'Kernel/Bus')
-rw-r--r-- | Kernel/Bus/PCI/SysFSPCI.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/Bus/PCI/SysFSPCI.cpp b/Kernel/Bus/PCI/SysFSPCI.cpp index 1a61c854fc..e1f3e42703 100644 --- a/Kernel/Bus/PCI/SysFSPCI.cpp +++ b/Kernel/Bus/PCI/SysFSPCI.cpp @@ -4,7 +4,6 @@ * SPDX-License-Identifier: BSD-2-Clause */ -#include <AK/String.h> #include <Kernel/Bus/PCI/API.h> #include <Kernel/Bus/PCI/Access.h> #include <Kernel/Bus/PCI/SysFSPCI.h> |