소스 검색

Shell: Remove unused InlineLinkedList header include

Brian Gianforcaro 4 년 전
부모
커밋
8063ca881d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Userland/Shell/AST.h

+ 0 - 1
Userland/Shell/AST.h

@@ -10,7 +10,6 @@
 #include "Job.h"
 #include "NodeVisitor.h"
 #include <AK/Format.h>
-#include <AK/InlineLinkedList.h>
 #include <AK/NonnullRefPtr.h>
 #include <AK/RefCounted.h>
 #include <AK/RefPtr.h>