diff options
author | Marcus Nilsson <brainbomb@gmail.com> | 2021-06-02 22:06:18 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-06-02 23:15:52 +0100 |
commit | b43dad1741aa7336434bfeef3eaf5c97770210c6 (patch) | |
tree | eeaca0d4f8c57f182771d096b611335924ca1b69 /Userland/DevTools/HackStudio/EditorWrapper.cpp | |
parent | 8d3539a1c4ee84569d0d1fcfdc018b098af10586 (diff) | |
download | serenity-b43dad1741aa7336434bfeef3eaf5c97770210c6.zip |
HackStudio: Remove unused includes
Diffstat (limited to 'Userland/DevTools/HackStudio/EditorWrapper.cpp')
-rw-r--r-- | Userland/DevTools/HackStudio/EditorWrapper.cpp | 1 |
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> |