summaryrefslogtreecommitdiff
path: root/Userland/Utilities/w.cpp
diff options
context:
space:
mode:
authorBrian Gianforcaro <bgianf@serenityos.org>2021-07-31 01:30:36 -0700
committerGunnar Beutner <gunnar@beutner.name>2021-08-01 08:10:16 +0200
commit219d4ba3762940a1e3e47718bf09c793f3de9e9b (patch)
tree7e8b8b2be44618cf88275880e39a9bfe54f9ae26 /Userland/Utilities/w.cpp
parent8623cec0d7c1b1747353b2c54ccf0ffe26c58574 (diff)
downloadserenity-219d4ba3762940a1e3e47718bf09c793f3de9e9b.zip
Utilities: Remove unused header includes
Diffstat (limited to 'Userland/Utilities/w.cpp')
-rw-r--r--Userland/Utilities/w.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Utilities/w.cpp b/Userland/Utilities/w.cpp
index d09354594d..3265eca222 100644
--- a/Userland/Utilities/w.cpp
+++ b/Userland/Utilities/w.cpp
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
-#include <AK/ByteBuffer.h>
#include <AK/JsonObject.h>
#include <AK/JsonValue.h>
#include <LibCore/DateTime.h>