LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>

This commit is contained in:
Andreas Kling 2020-09-27 20:18:30 +02:00
parent 861815596f
commit 2bc5bc64fb
Notes: sideshowbarker 2024-07-19 02:10:03 +09:00
43 changed files with 12 additions and 41 deletions

View file

@ -27,7 +27,6 @@
#include <AK/FlyString.h>
#include <AK/Function.h>
#include <LibJS/Interpreter.h>
#include <LibJS/Runtime/GlobalObject.h>
#include <LibJS/Runtime/MathObject.h>
#include <math.h>