mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
LibCore: Remove the Core::Objects::all_objects() list
Nobody actually used the list of all Core::Objects anyway.
This commit is contained in:
parent
405187993a
commit
26647f2b10
Notes:
sideshowbarker
2024-07-16 22:58:46 +09:00
Author: https://github.com/awesomekling
Commit: 26647f2b10
Pull-request: https://github.com/SerenityOS/serenity/pull/20397
4 changed files with 2 additions and 13 deletions
|
@ -12,6 +12,7 @@
|
|||
#include <AK/CircularQueue.h>
|
||||
#include <AK/DeprecatedString.h>
|
||||
#include <AK/HashMap.h>
|
||||
#include <AK/IntrusiveList.h>
|
||||
#include <AK/StackInfo.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <AK/StringView.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue