1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:27:45 +00:00

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

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>