Browse Source

LibJS: Make RegExpObject.h not include AST.h

Andreas Kling 2 years ago
parent
commit
ac417f3304
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Userland/Libraries/LibJS/Runtime/RegExpObject.h

+ 0 - 1
Userland/Libraries/LibJS/Runtime/RegExpObject.h

@@ -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>