소스 검색

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>