From a8391d5a6093b6136db17fedc0e5a77e0bbac1ae Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Mon, 2 Jan 2023 18:15:28 +0100 Subject: 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. --- Userland/Applications/Piano/TrackManager.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Userland/Applications') diff --git a/Userland/Applications/Piano/TrackManager.h b/Userland/Applications/Piano/TrackManager.h index 73677c9fe3..169b9f6a94 100644 --- a/Userland/Applications/Piano/TrackManager.h +++ b/Userland/Applications/Piano/TrackManager.h @@ -10,7 +10,6 @@ #pragma once #include "Music.h" -#include #include #include #include -- cgit v1.2.3