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

LibJS: Make RegExpObject.h not include AST.h

This commit is contained in:
Andreas Kling 2022-11-23 12:01:19 +01:00 committed by Linus Groh
parent 874ce8b4d0
commit ac417f3304

View file

@ -8,7 +8,6 @@
#include <AK/Optional.h>
#include <AK/Result.h>
#include <LibJS/AST.h>
#include <LibJS/Runtime/Object.h>
#include <LibRegex/Regex.h>