mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
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:
parent
add6be4c64
commit
a8391d5a60
Notes:
sideshowbarker
2024-07-17 11:30:05 +09:00
Author: https://github.com/BenWiederhake
Commit: a8391d5a60
Pull-request: https://github.com/SerenityOS/serenity/pull/16778
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
9 changed files with 0 additions and 9 deletions
|
@ -7,7 +7,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Array.h>
|
||||
#include <LibGPU/Config.h>
|
||||
#include <LibGPU/Enums.h>
|
||||
#include <LibGfx/Rect.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue