1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:07:35 +00:00

LibJS: Make Interpreter.h not include AST.h

This commit is contained in:
Andreas Kling 2022-11-23 12:05:07 +01:00 committed by Linus Groh
parent ac417f3304
commit 1a30e77001
2 changed files with 1 additions and 1 deletions

View file

@ -11,7 +11,6 @@
#include <AK/HashMap.h>
#include <AK/String.h>
#include <AK/Weakable.h>
#include <LibJS/AST.h>
#include <LibJS/Forward.h>
#include <LibJS/Heap/DeferGC.h>
#include <LibJS/Heap/Heap.h>