summaryrefslogtreecommitdiff
path: root/Userland/Shell/AST.h
diff options
context:
space:
mode:
authorBrian Gianforcaro <bgianf@serenityos.org>2021-06-15 11:25:04 -0700
committerAndreas Kling <kling@serenityos.org>2021-06-16 10:40:01 +0200
commit8063ca881dba293f707e2cda4da701abeb8e2ffc (patch)
treedae004bd803ccc5fa74862a1290ffbf70739a657 /Userland/Shell/AST.h
parent8f1e7c5a729c8cb270c6c5d1f7b82b3ac68fdafa (diff)
downloadserenity-8063ca881dba293f707e2cda4da701abeb8e2ffc.zip
Shell: Remove unused InlineLinkedList header include
Diffstat (limited to 'Userland/Shell/AST.h')
-rw-r--r--Userland/Shell/AST.h1
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>