瀏覽代碼

LibJS: Make RegExpObject.h not include AST.h

Andreas Kling 2 年之前
父節點
當前提交
ac417f3304
共有 1 個文件被更改,包括 0 次插入1 次删除
  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>