From ef1e5db1d063f55e57b1d7623ea7154583fc95ad Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 12 Mar 2021 17:29:37 +0100 Subject: Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) Good-bye LogStream. Long live AK::Format! --- Userland/Applications/About/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Userland/Applications/About') diff --git a/Userland/Applications/About/main.cpp b/Userland/Applications/About/main.cpp index 8b03c00f42..803905dc8c 100644 --- a/Userland/Applications/About/main.cpp +++ b/Userland/Applications/About/main.cpp @@ -29,7 +29,7 @@ #include #include #include -#include +#include int main(int argc, char** argv) { -- cgit v1.2.3