ladybird/Userland/Libraries/LibELF
Ben Wiederhake 65b420f996 Everywhere: Remove unused includes of AK/Memory.h
These instances were detected by searching for files that include
AK/Memory.h, but don't match the regex:

\\b(fast_u32_copy|fast_u32_fill|secure_zero|timing_safe_compare)\\b

This regex is pessimistic, so there might be more files that don't
actually use any memory function.

In theory, one might use LibCPP to detect things like this
automatically, but let's do this one step after another.
2023-01-02 20:27:20 -05:00
..
Arch LibELF: Store SSE registers in x86_64 PLT Trampoline 2021-10-31 00:21:31 +02:00
AuxiliaryVector.h Kernel+LibELF+LibVT: Remove unused AK::String header includes 2022-02-16 22:21:37 +01:00
CMakeLists.txt LibELF+LibTest: Fix serenity_install_sources() paths 2021-03-15 09:06:10 +01:00
Core.h Kernel+Userland: Remove dependency on i386-specific registers 2022-12-28 11:53:41 +01:00
DynamicLinker.cpp LibELF: Export static resolve_library method of the DynamicLinker code 2022-12-31 05:06:39 -07:00
DynamicLinker.h LibELF: Export static resolve_library method of the DynamicLinker code 2022-12-31 05:06:39 -07:00
DynamicLoader.cpp Everywhere: Move AK/Debug.h include to using files or remove 2023-01-02 20:27:20 -05:00
DynamicLoader.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
DynamicObject.cpp LibELF+LibSymbolication: Remove i686 support 2022-12-28 11:53:41 +01:00
DynamicObject.h LibELF+LibSymbolication: Remove i686 support 2022-12-28 11:53:41 +01:00
Hashes.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Image.cpp Everywhere: Remove unused includes of AK/Memory.h 2023-01-02 20:27:20 -05:00
Image.h LibELF+LibSymbolication: Remove i686 support 2022-12-28 11:53:41 +01:00
Relocation.cpp LibELF+LibSymbolication: Remove i686 support 2022-12-28 11:53:41 +01:00
Relocation.h Everywhere: Remove unused includes of AK/Concepts.h 2023-01-02 20:27:20 -05:00
Validation.cpp LibELF+LibSymbolication: Remove i686 support 2022-12-28 11:53:41 +01:00
Validation.h LibELF: Remove unused m_program_interpreter member from DynamicLoader 2022-03-31 10:18:07 +02:00