Procházet zdrojové kódy

LibJS: Remove unused Lexer/Parser includes from GlobalObject.cpp

Linus Groh před 4 roky
rodič
revize
24c490c520

+ 0 - 2
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>