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
Notes: sideshowbarker 2024-07-17 22:58:40 +09:00
26 changed files with 6 additions and 25 deletions

View file

@ -7,7 +7,6 @@
#pragma once
#include <AK/NonnullOwnPtr.h>
#include <AK/String.h>
#include <AK/Types.h>
#include <Kernel/Graphics/GenericFramebufferDevice.h>
#include <Kernel/Graphics/GenericGraphicsAdapter.h>