1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 19:05:08 +00:00

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
43 changed files with 12 additions and 41 deletions

View file

@ -27,10 +27,10 @@
#include <AK/GenericLexer.h>
#include <LibCore/DateTime.h>
#include <LibJS/Interpreter.h>
#include <LibJS/Runtime/Date.h>
#include <LibJS/Runtime/DateConstructor.h>
#include <LibJS/Runtime/GlobalObject.h>
#include <LibJS/Runtime/VM.h>
#include <ctype.h>
#include <sys/time.h>
#include <time.h>