1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 09:24:57 +00:00

Kernel: Remove unused String.h includes

This makes searching for not yet OOM safe interfaces a bit easier.
This commit is contained in:
Hendiadyoin1 2021-12-11 16:43:03 +01:00 committed by Brian Gianforcaro
parent 52e4753722
commit e34eb3e36d
26 changed files with 6 additions and 25 deletions

View file

@ -4,6 +4,7 @@
* 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>