summaryrefslogtreecommitdiff
path: root/Demos/WidgetGallery
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 /Demos/WidgetGallery
parent647f3b87bd6abfc70391d37eb2b208dc1a655755 (diff)
downloadserenity-8b166e57dfbcaa353752f3327b1f34b819deceb7.zip
Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286)
Diffstat (limited to 'Demos/WidgetGallery')
-rw-r--r--Demos/WidgetGallery/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Demos/WidgetGallery/main.cpp b/Demos/WidgetGallery/main.cpp
index 8be4d74dd9..28b7481f9f 100644
--- a/Demos/WidgetGallery/main.cpp
+++ b/Demos/WidgetGallery/main.cpp
@@ -27,7 +27,6 @@
#include <AK/NonnullRefPtr.h>
#include <AK/Vector.h>
-#include <LibCore/Timer.h>
#include <LibGUI/AboutDialog.h>
#include <LibGUI/Action.h>
#include <LibGUI/Application.h>