mirror of
https://github.com/RGBCube/serenity
synced 2025-06-29 17:42:12 +00:00
LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>
This commit is contained in:
parent
861815596f
commit
2bc5bc64fb
43 changed files with 12 additions and 41 deletions
|
@ -32,7 +32,6 @@
|
|||
#include <LibCrypto/BigInt/SignedBigInteger.h>
|
||||
#include <LibCrypto/NumberTheory/ModularFunctions.h>
|
||||
#include <LibJS/Heap/Heap.h>
|
||||
#include <LibJS/Interpreter.h>
|
||||
#include <LibJS/Runtime/Accessor.h>
|
||||
#include <LibJS/Runtime/Array.h>
|
||||
#include <LibJS/Runtime/BigInt.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue