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
commit ac417f3304
Notes: sideshowbarker 2024-07-17 17:40:13 +09:00

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>