mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
Kernel: Remove unused String.h includes
This makes searching for not yet OOM safe interfaces a bit easier.
This commit is contained in:
committed by
Brian Gianforcaro
parent
52e4753722
commit
e34eb3e36d
Notes:
sideshowbarker
2024-07-17 22:58:40 +09:00
Author: https://github.com/Hendiadyoin1 Commit: https://github.com/SerenityOS/serenity/commit/e34eb3e36d8 Pull-request: https://github.com/SerenityOS/serenity/pull/11212
@@ -10,7 +10,6 @@
|
||||
#include <AK/HashTable.h>
|
||||
#include <AK/NonnullOwnPtrVector.h>
|
||||
#include <AK/NonnullRefPtrVector.h>
|
||||
#include <AK/String.h>
|
||||
#include <Kernel/Forward.h>
|
||||
#include <Kernel/Locking/Spinlock.h>
|
||||
#include <Kernel/Memory/AllocationStrategy.h>
|
||||
|
||||
Reference in New Issue
Block a user