From 9eef5fc44668ae16e3eda55fdd5bfcc6df3234a1 Mon Sep 17 00:00:00 2001 From: Lenny Maiorani Date: Wed, 7 Oct 2020 13:08:00 -0400 Subject: [PATCH] SinglyLinkedList: Remove unused includes Several files include `AK/SinglyLinkedList.h` without using it. Removing it to simplify. --- Applications/PixelPaint/BucketTool.cpp | 1 - Applications/PixelPaint/SprayTool.cpp | 1 - Kernel/Net/IPv4SocketTuple.h | 1 - Kernel/WaitQueue.h | 1 - 4 files changed, 4 deletions(-) diff --git a/Applications/PixelPaint/BucketTool.cpp b/Applications/PixelPaint/BucketTool.cpp index 978df6a5ef..1ed56b2008 100644 --- a/Applications/PixelPaint/BucketTool.cpp +++ b/Applications/PixelPaint/BucketTool.cpp @@ -28,7 +28,6 @@ #include "ImageEditor.h" #include "Layer.h" #include -#include #include #include #include diff --git a/Applications/PixelPaint/SprayTool.cpp b/Applications/PixelPaint/SprayTool.cpp index f1f73c29aa..e56132562d 100644 --- a/Applications/PixelPaint/SprayTool.cpp +++ b/Applications/PixelPaint/SprayTool.cpp @@ -28,7 +28,6 @@ #include "ImageEditor.h" #include "Layer.h" #include -#include #include #include #include diff --git a/Kernel/Net/IPv4SocketTuple.h b/Kernel/Net/IPv4SocketTuple.h index 56876e2818..9ad8e5a458 100644 --- a/Kernel/Net/IPv4SocketTuple.h +++ b/Kernel/Net/IPv4SocketTuple.h @@ -27,7 +27,6 @@ #pragma once #include -#include #include #include #include diff --git a/Kernel/WaitQueue.h b/Kernel/WaitQueue.h index 08330e1745..d933b91eec 100644 --- a/Kernel/WaitQueue.h +++ b/Kernel/WaitQueue.h @@ -27,7 +27,6 @@ #pragma once #include -#include #include #include