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

This commit is contained in:
Linus Groh 2021-07-06 18:31:23 +01:00
parent 5e621e494f
commit 24c490c520
Notes: sideshowbarker 2024-07-18 10:16:36 +09:00

View file

@ -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>