diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2021-07-31 03:52:54 -0700 |
---|---|---|
committer | Gunnar Beutner <gunnar@beutner.name> | 2021-08-01 08:10:16 +0200 |
commit | a4c37d49a01861d75ced39f572e1ae9b3dba8464 (patch) | |
tree | 9ef0c0d2bf373f5d02ac16e021e782a65c2e5f06 /Userland/DevTools/HackStudio/Editor.cpp | |
parent | a51e6547aa337ee3286d8ac5da162cede517c877 (diff) | |
download | serenity-a4c37d49a01861d75ced39f572e1ae9b3dba8464.zip |
DevTools: Remove unused header includes
Diffstat (limited to 'Userland/DevTools/HackStudio/Editor.cpp')
-rw-r--r-- | Userland/DevTools/HackStudio/Editor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/DevTools/HackStudio/Editor.cpp b/Userland/DevTools/HackStudio/Editor.cpp index 769c1afc33..632291387b 100644 --- a/Userland/DevTools/HackStudio/Editor.cpp +++ b/Userland/DevTools/HackStudio/Editor.cpp @@ -30,7 +30,6 @@ #include <LibJS/SyntaxHighlighter.h> #include <LibMarkdown/Document.h> #include <LibSQL/AST/SyntaxHighlighter.h> -#include <LibWeb/DOM/ElementFactory.h> #include <LibWeb/DOM/Text.h> #include <LibWeb/HTML/HTMLHeadElement.h> #include <LibWeb/HTML/SyntaxHighlighter/SyntaxHighlighter.h> |