Parcourir la source

Shell: Remove unused InlineLinkedList header include

Brian Gianforcaro il y a 4 ans
Parent
commit
8063ca881d
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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>