summaryrefslogtreecommitdiff
path: root/Userland/Shell/Shell.cpp
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/Shell/Shell.cpp
parente0b17988bd9a22586d47b70d1b5d2eca409891eb (diff)
downloadserenity-a7c265f341ad2f69fe5a69c814a1a97cd3695881.zip
Everywhere: Sort out superfluous QuickSort.h imports
They were sorta unneeded. :^)
Diffstat (limited to 'Userland/Shell/Shell.cpp')
-rw-r--r--Userland/Shell/Shell.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Shell/Shell.cpp b/Userland/Shell/Shell.cpp
index ccec9725c9..f64d4c33d8 100644
--- a/Userland/Shell/Shell.cpp
+++ b/Userland/Shell/Shell.cpp
@@ -10,6 +10,7 @@
#include <AK/Debug.h>
#include <AK/Function.h>
#include <AK/LexicalPath.h>
+#include <AK/QuickSort.h>
#include <AK/ScopeGuard.h>
#include <AK/ScopedValueRollback.h>
#include <AK/StringBuilder.h>