1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:37:34 +00:00

SinglyLinkedList: Remove unused includes

Several files include `AK/SinglyLinkedList.h` without using
it. Removing it to simplify.
This commit is contained in:
Lenny Maiorani 2020-10-07 13:08:00 -04:00 committed by Andreas Kling
parent c541310e19
commit 9eef5fc446
4 changed files with 0 additions and 4 deletions

View file

@ -28,7 +28,6 @@
#include "ImageEditor.h"
#include "Layer.h"
#include <AK/Queue.h>
#include <AK/SinglyLinkedList.h>
#include <LibGUI/Painter.h>
#include <LibGfx/Bitmap.h>
#include <LibGfx/Rect.h>