Explorar o código

LibJS: Make RegExpObject.h not include AST.h

Andreas Kling %!s(int64=2) %!d(string=hai) anos
pai
achega
ac417f3304
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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>