summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/EditorWrapper.cpp
diff options
context:
space:
mode:
authorMarcus Nilsson <brainbomb@gmail.com>2021-06-02 22:06:18 +0200
committerLinus Groh <mail@linusgroh.de>2021-06-02 23:15:52 +0100
commitb43dad1741aa7336434bfeef3eaf5c97770210c6 (patch)
treeeeaca0d4f8c57f182771d096b611335924ca1b69 /Userland/DevTools/HackStudio/EditorWrapper.cpp
parent8d3539a1c4ee84569d0d1fcfdc018b098af10586 (diff)
downloadserenity-b43dad1741aa7336434bfeef3eaf5c97770210c6.zip
HackStudio: Remove unused includes
Diffstat (limited to 'Userland/DevTools/HackStudio/EditorWrapper.cpp')
-rw-r--r--Userland/DevTools/HackStudio/EditorWrapper.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/DevTools/HackStudio/EditorWrapper.cpp b/Userland/DevTools/HackStudio/EditorWrapper.cpp
index 26ff288ec8..698950c47b 100644
--- a/Userland/DevTools/HackStudio/EditorWrapper.cpp
+++ b/Userland/DevTools/HackStudio/EditorWrapper.cpp
@@ -10,7 +10,6 @@
#include <LibGUI/Action.h>
#include <LibGUI/Application.h>
#include <LibGUI/BoxLayout.h>
-#include <LibGUI/InputBox.h>
#include <LibGUI/Label.h>
#include <LibGfx/Font.h>
#include <LibGfx/FontDatabase.h>