From 8063ca881dba293f707e2cda4da701abeb8e2ffc Mon Sep 17 00:00:00 2001 From: Brian Gianforcaro Date: Tue, 15 Jun 2021 11:25:04 -0700 Subject: [PATCH] Shell: Remove unused InlineLinkedList header include --- Userland/Shell/AST.h | 1 - 1 file changed, 1 deletion(-) 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 -#include #include #include #include