summaryrefslogtreecommitdiff
path: root/Userland/Utilities
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2021-05-29 20:06:44 +0200
committerLinus Groh <mail@linusgroh.de>2021-05-29 23:41:54 +0100
commita7c265f341ad2f69fe5a69c814a1a97cd3695881 (patch)
treeeb38ebcffbfd4e558dc0ecdcb276d6787d6bcc98 /Userland/Utilities
parente0b17988bd9a22586d47b70d1b5d2eca409891eb (diff)
downloadserenity-a7c265f341ad2f69fe5a69c814a1a97cd3695881.zip
Everywhere: Sort out superfluous QuickSort.h imports
They were sorta unneeded. :^)
Diffstat (limited to 'Userland/Utilities')
-rw-r--r--Userland/Utilities/tr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Utilities/tr.cpp b/Userland/Utilities/tr.cpp
index 1fbd70976a..27a4cf1f80 100644
--- a/Userland/Utilities/tr.cpp
+++ b/Userland/Utilities/tr.cpp
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
-#include <AK/QuickSort.h>
#include <AK/String.h>
#include <AK/Vector.h>
#include <LibCore/ArgsParser.h>