Everywhere: Remove unused includes of AK/Array.h

These instances were detected by searching for files that include
Array.h, but don't match the regex:
\\b(Array(?!\.h>)|iota_array|integer_sequence_generate_array)\\b
These are the three symbols defined by Array.h.

In theory, one might use LibCPP to detect things like this
automatically, but let's do this one step after another.
This commit is contained in:
Ben Wiederhake 2023-01-02 18:15:28 +01:00 committed by Sam Atkins
parent add6be4c64
commit a8391d5a60
Notes: sideshowbarker 2024-07-17 11:30:05 +09:00
9 changed files with 0 additions and 9 deletions

View File

@ -5,7 +5,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/Array.h>
#include <AK/Hex.h>
#include <AK/StringBuilder.h>
#include <AK/Types.h>

View File

@ -7,7 +7,6 @@
#pragma once
#include <AK/Array.h>
#include <AK/Concepts.h>
#include <AK/Function.h>
#include <AK/Types.h>

View File

@ -10,7 +10,6 @@
#pragma once
#include "Music.h"
#include <AK/Array.h>
#include <AK/FixedArray.h>
#include <AK/Noncopyable.h>
#include <AK/NonnullOwnPtr.h>

View File

@ -7,7 +7,6 @@
#pragma once
#include <AK/Array.h>
#include <AK/NonnullRefPtr.h>
#include <AK/Vector.h>
#include <LibGPU/DeviceInfo.h>

View File

@ -7,7 +7,6 @@
#pragma once
#include <AK/Array.h>
#include <LibGPU/Config.h>
#include <LibGPU/Enums.h>
#include <LibGfx/Rect.h>

View File

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

View File

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

View File

@ -7,7 +7,6 @@
#pragma once
#include <AK/Array.h>
#include <LibJS/Heap/GCPtr.h>
#include <LibWeb/DOM/NodeList.h>
#include <LibWeb/Forward.h>

View File

@ -7,7 +7,6 @@
#define __USE_MISC
#define TTYDEFCHARS
#include <AK/Array.h>
#include <AK/DeprecatedString.h>
#include <AK/Optional.h>
#include <AK/Result.h>