diff options
Diffstat (limited to 'Userland/Libraries')
-rw-r--r-- | Userland/Libraries/LibGPU/Device.h | 1 | ||||
-rw-r--r-- | Userland/Libraries/LibGPU/RasterizerOptions.h | 1 | ||||
-rw-r--r-- | Userland/Libraries/LibGfx/PNGLoader.cpp | 1 | ||||
-rw-r--r-- | Userland/Libraries/LibJS/Runtime/DatePrototype.cpp | 1 | ||||
-rw-r--r-- | Userland/Libraries/LibWeb/WebDriver/ElementLocationStrategies.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/Userland/Libraries/LibGPU/Device.h b/Userland/Libraries/LibGPU/Device.h index 59d5ea993a..b957505c9d 100644 --- a/Userland/Libraries/LibGPU/Device.h +++ b/Userland/Libraries/LibGPU/Device.h @@ -7,7 +7,6 @@ #pragma once -#include <AK/Array.h> #include <AK/NonnullRefPtr.h> #include <AK/Vector.h> #include <LibGPU/DeviceInfo.h> diff --git a/Userland/Libraries/LibGPU/RasterizerOptions.h b/Userland/Libraries/LibGPU/RasterizerOptions.h index 82130292c4..21bab272a8 100644 --- a/Userland/Libraries/LibGPU/RasterizerOptions.h +++ b/Userland/Libraries/LibGPU/RasterizerOptions.h @@ -7,7 +7,6 @@ #pragma once -#include <AK/Array.h> #include <LibGPU/Config.h> #include <LibGPU/Enums.h> #include <LibGfx/Rect.h> diff --git a/Userland/Libraries/LibGfx/PNGLoader.cpp b/Userland/Libraries/LibGfx/PNGLoader.cpp index 82ed4b0821..42a00bcbea 100644 --- a/Userland/Libraries/LibGfx/PNGLoader.cpp +++ b/Userland/Libraries/LibGfx/PNGLoader.cpp @@ -5,7 +5,6 @@ * SPDX-License-Identifier: BSD-2-Clause */ -#include <AK/Array.h> #include <AK/Debug.h> #include <AK/Endian.h> #include <AK/Vector.h> diff --git a/Userland/Libraries/LibJS/Runtime/DatePrototype.cpp b/Userland/Libraries/LibJS/Runtime/DatePrototype.cpp index f872d2b567..faadc9a06f 100644 --- a/Userland/Libraries/LibJS/Runtime/DatePrototype.cpp +++ b/Userland/Libraries/LibJS/Runtime/DatePrototype.cpp @@ -7,7 +7,6 @@ * SPDX-License-Identifier: BSD-2-Clause */ -#include <AK/Array.h> #include <AK/DateConstants.h> #include <AK/DeprecatedString.h> #include <AK/Function.h> diff --git a/Userland/Libraries/LibWeb/WebDriver/ElementLocationStrategies.h b/Userland/Libraries/LibWeb/WebDriver/ElementLocationStrategies.h index 8d82286a21..eac1416f87 100644 --- a/Userland/Libraries/LibWeb/WebDriver/ElementLocationStrategies.h +++ b/Userland/Libraries/LibWeb/WebDriver/ElementLocationStrategies.h @@ -7,7 +7,6 @@ #pragma once -#include <AK/Array.h> #include <LibJS/Heap/GCPtr.h> #include <LibWeb/DOM/NodeList.h> #include <LibWeb/Forward.h> |