1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:48:11 +00:00

Shell: Remove unused InlineLinkedList header include

This commit is contained in:
Brian Gianforcaro 2021-06-15 11:25:04 -07:00 committed by Andreas Kling
parent 8f1e7c5a72
commit 8063ca881d

View file

@ -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>