summaryrefslogtreecommitdiff
path: root/Shell/Shell.cpp
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2020-08-25 03:41:56 -0400
committerGitHub <noreply@github.com>2020-08-25 09:41:56 +0200
commit8b166e57dfbcaa353752f3327b1f34b819deceb7 (patch)
tree05bd0a3f1fa8cf5ace07fcfee701028341fb012b /Shell/Shell.cpp
parent647f3b87bd6abfc70391d37eb2b208dc1a655755 (diff)
downloadserenity-8b166e57dfbcaa353752f3327b1f34b819deceb7.zip
Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286)
Diffstat (limited to 'Shell/Shell.cpp')
-rw-r--r--Shell/Shell.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Shell/Shell.cpp b/Shell/Shell.cpp
index c02b4c833f..4e14d7bad5 100644
--- a/Shell/Shell.cpp
+++ b/Shell/Shell.cpp
@@ -32,7 +32,6 @@
#include <AK/StringBuilder.h>
#include <LibCore/ArgsParser.h>
#include <LibCore/DirIterator.h>
-#include <LibCore/ElapsedTimer.h>
#include <LibCore/Event.h>
#include <LibCore/EventLoop.h>
#include <LibCore/File.h>