mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
Piano: Remove unused include of AK/StdLibExtraDetails.h
This instance was detected by searching for files that include AK/StdLibExtraDetails.h, but don't match the regex: \\b(AddConst|__AddConstToReferencedType|AddConstToReferencedType|AddLval ueReference|__AddReference|AddRvalueReference|__AssertSize|AssertSize|__ CommonType|CommonType|__Conditional|Conditional|CopyConst|__Decay|Decay| declval|DependentFalse|FalseType|__IdentityType|IdentityType|IndexSequen ce|IntegerSequence|IntegralConstant|IsArithmetic|IsAssignable|IsBaseOf|I sCallableWithArguments|IsClass|IsConst|IsConstructible|IsConvertible|IsC opyAssignable|IsCopyConstructible|IsDestructible|IsEnum|__IsFloatingPoin t|IsFloatingPoint|IsFunction|IsFundamental|IsHashCompatible|__IsIntegral |IsIntegral|IsLvalueReference|IsMoveAssignable|IsMoveConstructible|IsNul lPointer|IsOneOf|IsOneOfIgnoringCV|IsPOD|IsPointer|__IsPointerHelper|IsP ointerOfType|IsRvalueReference|IsSame|IsSameIgnoringCV|IsSigned|IsSpecia lizationOf|IsTrivial|IsTriviallyAssignable|IsTriviallyConstructible|IsTr iviallyCopyable|IsTriviallyCopyAssignable|IsTriviallyCopyConstructible|I sTriviallyDestructible|IsTriviallyMoveAssignable|IsTriviallyMoveConstruc tible|IsUnion|IsUnsigned|IsVoid|MakeIndexSequence|MakeIntegerSequence|ma ke_integer_sequence_impl|__MakeSigned|MakeSigned|__MakeUnsigned|MakeUnsi gned|__RemoveConst|RemoveConst|RemoveCV|RemoveCVReference|__RemovePointe r|RemovePointer|__RemoveReference|RemoveReference|__RemoveVolatile|Remov eVolatile|TrueType|UnderlyingType|Void|VoidType)\\b (Without the linebreaks.) This regex is pessimistic, so there might be more files that don't actually use any "detailed extra stdlib" functions. 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
6fd478b6ce
commit
0bde4e66fa
Notes:
sideshowbarker
2024-07-17 06:35:23 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/0bde4e66fa Pull-request: https://github.com/SerenityOS/serenity/pull/16783 Reviewed-by: https://github.com/bgianfo ✅
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/NonnullRefPtr.h>
|
||||
#include <AK/StdLibExtraDetails.h>
|
||||
#include <LibCore/Object.h>
|
||||
#include <LibDSP/ProcessorParameter.h>
|
||||
#include <LibGUI/Label.h>
|
||||
|
|
Loading…
Reference in a new issue