dolphin/Source/Core/Core/PowerPC/Jit64Common
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
..
BlockCache.cpp Jit64: Dynamic length of regular jump instruction (for known addresses) 2025-10-08 00:15:57 +02:00
BlockCache.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ConstantPool.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
ConstantPool.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
EmuCodeBlock.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
EmuCodeBlock.h Jit: Implement error-free transformation for single-precision FMA 2026-01-18 20:02:49 +01:00
FarCodeCache.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
FarCodeCache.h Jit64: Increase nearcode/farcode size 2023-10-04 13:05:09 -07:00
Jit64AsmCommon.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
Jit64AsmCommon.h Jit: Implement error-free transformation for single-precision FMA 2026-01-18 20:02:49 +01:00
Jit64Constants.h Jit64: Increase nearcode/farcode size 2023-10-04 13:05:09 -07:00
Jit64PowerPCState.h GCC: Suppress PPCSTATE_OFF invalid-offsetof warnings 2023-08-21 14:01:11 -07:00
TrampolineCache.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
TrampolineCache.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
TrampolineInfo.h Jit64: Make TrampolineInfo smaller 2026-01-11 19:12:26 +01:00