summaryrefslogtreecommitdiff
path: root/Userland/Shell
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2023-04-09 15:27:30 +0200
committerLinus Groh <mail@linusgroh.de>2023-04-09 22:00:54 +0200
commit560133a0c632a6b1226c45c80282e0d957690820 (patch)
treea96059f959628f8f93acf0f15642ac9f295a0f3b /Userland/Shell
parent6bbd920008f4595783dca83b2116070aea531456 (diff)
downloadserenity-560133a0c632a6b1226c45c80282e0d957690820.zip
Everywhere: Remove unused DeprecatedString includes
Diffstat (limited to 'Userland/Shell')
-rw-r--r--Userland/Shell/Execution.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Shell/Execution.h b/Userland/Shell/Execution.h
index edf4d6a9d4..da42ece0c4 100644
--- a/Userland/Shell/Execution.h
+++ b/Userland/Shell/Execution.h
@@ -7,7 +7,6 @@
#pragma once
#include "Forward.h"
-#include <AK/DeprecatedString.h>
#include <AK/Forward.h>
#include <AK/Vector.h>
#include <LibCore/ElapsedTimer.h>