dolphin/Source/Core/Core/DSP/Interpreter
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
..
DSPIntArithmetic.cpp docs/DSP: Fix inconsistency with ADDI and CMPI 2022-05-29 15:00:09 -07:00
DSPIntBranch.cpp DSPLLE: Rename cr to control_reg 2022-06-16 12:18:05 -07:00
DSPIntCCUtil.h DSPInterpreter: Fix typo in isOverflow comment 2022-05-19 16:36:39 -07:00
DSPInterpreter.cpp linter: Apply clang-format 19.1 formatting 2025-04-23 11:19:20 +02:00
DSPInterpreter.h DSPLLE: Rename cr to control_reg 2022-06-16 12:18:05 -07:00
DSPIntExtOps.cpp DSP LLE Interpreter: Remove OpReadRegisterAndSaturate 2022-06-01 22:01:49 -07:00
DSPIntLoadStore.cpp DSP LLE Interpreter: Remove OpReadRegisterAndSaturate 2022-06-01 22:01:49 -07:00
DSPIntMisc.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
DSPIntMultiplier.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
DSPIntTables.cpp DSP LLE: Rename CMPAR to CMPAXH 2022-05-27 18:22:38 -07:00
DSPIntTables.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DSPIntUtil.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00