mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
LibJS: Remove unused Lexer/Parser includes from GlobalObject.cpp
This commit is contained in:
parent
5e621e494f
commit
24c490c520
Notes:
sideshowbarker
2024-07-18 10:16:36 +09:00
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…
Reference in a new issue