diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2021-06-15 11:25:04 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-06-16 10:40:01 +0200 |
commit | 8063ca881dba293f707e2cda4da701abeb8e2ffc (patch) | |
tree | dae004bd803ccc5fa74862a1290ffbf70739a657 /Userland/Shell/AST.h | |
parent | 8f1e7c5a729c8cb270c6c5d1f7b82b3ac68fdafa (diff) | |
download | serenity-8063ca881dba293f707e2cda4da701abeb8e2ffc.zip |
Shell: Remove unused InlineLinkedList header include
Diffstat (limited to 'Userland/Shell/AST.h')
-rw-r--r-- | Userland/Shell/AST.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Shell/AST.h b/Userland/Shell/AST.h index b5efc22004..44b871a4b6 100644 --- a/Userland/Shell/AST.h +++ b/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> |