dolphin/Source/Core/Common/Crypto
Martino Fontana a14c88ba67 Remove unused imports
Yellow squiggly lines begone!
Done automatically on .cpp files through `run-clang-tidy`, with manual corrections to the mistakes.
If an import is directly used, but is technically unnecessary since it's recursively imported by something else, it is *not* removed.
The tool doesn't touch .h files, so I did some of them by hand while fixing errors due to old recursive imports.
Not everything is removed, but the cleanup should be substantial enough.
Because this done on Linux, code that isn't used on it is mostly untouched.
(Hopefully no open PR is depending on these imports...)
2026-01-25 16:12:15 +01:00
..
AES.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
AES.h Add initial WiiConnect24 support 2022-10-16 04:19:36 +02:00
bn.cpp Resolve [-Wstringop-overflow=] 2023-04-10 14:21:15 -05:00
bn.h Resolve [-Wstringop-overflow=] 2023-04-10 14:21:15 -05:00
ec.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
ec.h
HMAC.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
HMAC.h IOS/KD: Implement NWC24_CHECK_MAIL_NOW 2023-09-03 13:05:58 -04:00
SHA1.cpp Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core&UnitTests 2025-06-07 17:55:14 -05:00
SHA1.h Common/Crypto/SHA1: Use span and string_view for Context::Update() 2024-07-04 22:37:07 +02:00