浏览代码

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>