summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/Object.cpp
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-02-10 11:55:34 +0100
committerAndreas Kling <kling@serenityos.org>2020-02-10 11:55:34 +0100
commit6cbd72f54f806a4bb78fc751523f022e887894ea (patch)
tree4cb0b5e75a2e052ba7f636df3f685b10cfa1c3db /Libraries/LibCore/Object.cpp
parentc8eaae3eaf72b84af756844b6e10e5b8452338f1 (diff)
downloadserenity-6cbd72f54f806a4bb78fc751523f022e887894ea.zip
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>.
Diffstat (limited to 'Libraries/LibCore/Object.cpp')
-rw-r--r--Libraries/LibCore/Object.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Libraries/LibCore/Object.cpp b/Libraries/LibCore/Object.cpp
index ad73176f4e..87b1f7c5d3 100644
--- a/Libraries/LibCore/Object.cpp
+++ b/Libraries/LibCore/Object.cpp
@@ -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>