dolphin/Source/UnitTests/Core
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
..
DSP Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
IOS Common: Replace Result with C++23's std::expected. 2026-01-17 16:58:45 -06:00
PowerPC Remove unused imports 2026-01-25 16:12:15 +01:00
CMakeLists.txt Jit64: Add fres unit test 2026-01-18 11:21:35 +01:00
CoreTimingTest.cpp CoreTiming: Fix unsafe usage of m_globals.global_timer in ScheduleEvent from non-CPU thread. 2025-06-29 20:55:43 -05:00
MMIOTest.cpp UnitTests/Core: Make parameters constant 2025-05-16 15:29:31 +02:00
PageFaultTest.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
PatchAllowlistTest.cpp Remove unused imports 2026-01-25 16:12:15 +01:00