dolphin/Source/UnitTests/Common
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
..
Crypto UnitTests: Use constexpr 2025-04-23 12:45:08 +02:00
Arm64EmitterTest.cpp Replace Common::BitCast with std::bit_cast 2024-05-03 18:43:51 -07:00
AssemblerTest.cpp Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
BitFieldTest.cpp UnitTests: Use constexpr 2025-04-23 12:45:08 +02:00
BitSetTest.cpp UnitTests: Remove redundant template type specifers 2025-05-16 21:09:52 +02:00
BitUtilsTest.cpp Common/BitUtils: Add operator[] to BitCastPtrType 2025-08-18 13:06:12 +04:00
BlockingLoopTest.cpp Source: Remove redundant lambda parameter lists 2025-06-14 10:19:31 +02:00
BusyLoopTest.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
CMakeLists.txt Common: Add AtomicMutex and SpinMutex classes as faster alternatives to std::mutex. 2025-11-02 20:45:55 -06:00
CommonFuncsTest.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
EnumFormatterTest.cpp Make all fmt::formatter constructors constexpr 2022-01-13 11:11:08 -08:00
EventTest.cpp Source: Remove redundant lambda parameter lists 2025-06-14 10:19:31 +02:00
FileUtilTest.cpp Common: Add a DirectIOFile class that allows for copies which are entirely thread safe. 2025-11-09 03:08:14 -06:00
FixedSizeQueueTest.cpp Common: Move FixedSizeQueue into Common namespace 2023-03-22 01:23:15 -04:00
FlagTest.cpp Source: Remove redundant lambda parameter lists 2025-06-14 10:19:31 +02:00
FloatUtilsTest.cpp UnitTests: Remove redundant template type specifers 2025-05-16 21:09:52 +02:00
MathUtilTest.cpp MathUtil: Simplify SaturatingCast implementation with std::cmp_less/cmp_greater and fix a floating point edge case. 2025-08-27 21:24:46 -05:00
MutexTest.cpp Common: Add AtomicMutex and SpinMutex classes as faster alternatives to std::mutex. 2025-11-02 20:45:55 -06:00
NandPathsTest.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
SettingsHandlerTest.cpp Merge pull request #12744 from nlebeck/settingshandler-split-2 2024-10-27 19:23:05 -04:00
SPSCQueueTest.cpp Fix various warnings 2025-07-12 12:47:30 +02:00
StringUtilTest.cpp UnitTests: Add some StringUtil character encoding conversion tests. 2025-11-02 00:36:04 -05:00
SwapTest.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WorkQueueThreadTest.cpp Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
x64EmitterTest.cpp Remove unused imports 2026-01-25 16:12:15 +01:00