mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13:56 +09:00
AK: Remove bitrotted Traits::dump() mechanism
This was only used by HashTable::dump() which I used when doing the first HashTable implementation. Removing this allows us to also remove most includes of <AK/kstdio.h>.
This commit is contained in:
parent
c8eaae3eaf
commit
6cbd72f54f
Notes:
sideshowbarker
2024-07-19 09:29:20 +09:00
Author: https://github.com/awesomekling
Commit: 6cbd72f54f
24 changed files with 3 additions and 63 deletions
|
@ -26,7 +26,6 @@
|
|||
|
||||
#include <AK/Assertions.h>
|
||||
#include <AK/JsonObject.h>
|
||||
#include <AK/kstdio.h>
|
||||
#include <LibCore/Event.h>
|
||||
#include <LibCore/EventLoop.h>
|
||||
#include <LibCore/Object.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue