mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
Everywhere: Remove unnecessary headers 3/4
Arbitrarily split up to make git bisect easier. These unnecessary #include's were found by combining an automated tool (which determined likely candidates) and some brain power (which decided whether the #include is also semantically superfluous).
This commit is contained in:
parent
fa2b5ca6f6
commit
cc89606ba8
Notes:
sideshowbarker
2024-07-18 22:30:43 +09:00
Author: https://github.com/BenWiederhake
Commit: cc89606ba8
Pull-request: https://github.com/SerenityOS/serenity/pull/5258
10 changed files with 0 additions and 11 deletions
|
@ -29,7 +29,6 @@
|
|||
#include <AK/Assertions.h>
|
||||
#include <AK/Find.h>
|
||||
#include <AK/StdLibExtras.h>
|
||||
#include <AK/Traits.h>
|
||||
|
||||
namespace AK {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue