mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:07:34 +00:00
LibJS: Remove unused Lexer/Parser includes from GlobalObject.cpp
This commit is contained in:
parent
5e621e494f
commit
24c490c520
1 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue