diff options
author | Linus Groh <mail@linusgroh.de> | 2021-07-06 18:31:23 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-07-06 18:41:24 +0100 |
commit | 24c490c5206edb22379d870d1d22764fe11075bc (patch) | |
tree | 7810fcbce285dab1e05a29cf2cb147abf966629f /Userland/Libraries | |
parent | 5e621e494f4bf76fa53582a98f80c73009c3a1d3 (diff) | |
download | serenity-24c490c5206edb22379d870d1d22764fe11075bc.zip |
LibJS: Remove unused Lexer/Parser includes from GlobalObject.cpp
Diffstat (limited to 'Userland/Libraries')
-rw-r--r-- | Userland/Libraries/LibJS/Runtime/GlobalObject.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Userland/Libraries/LibJS/Runtime/GlobalObject.cpp b/Userland/Libraries/LibJS/Runtime/GlobalObject.cpp index 30afc5f467..557be0be08 100644 --- a/Userland/Libraries/LibJS/Runtime/GlobalObject.cpp +++ b/Userland/Libraries/LibJS/Runtime/GlobalObject.cpp @@ -12,8 +12,6 @@ #include <LibJS/Console.h> #include <LibJS/Heap/DeferGC.h> #include <LibJS/Interpreter.h> -#include <LibJS/Lexer.h> -#include <LibJS/Parser.h> #include <LibJS/Runtime/AbstractOperations.h> #include <LibJS/Runtime/AggregateErrorConstructor.h> #include <LibJS/Runtime/AggregateErrorPrototype.h> |