dolphin/Source/Core/Core/DSP
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
..
Interpreter Remove unused imports 2026-01-25 16:12:15 +01:00
Jit Merge pull request #14289 from Sintendo/typos 2026-01-17 19:10:50 -05:00
DSPAccelerator.cpp DSPAccelerator: update comment (NFC) 2025-04-25 01:09:15 +01:00
DSPAccelerator.h DSPAccelerator: rename MMIOPCMHalt to MMIOPCMNoInc 2025-04-25 01:09:15 +01:00
DSPAnalyzer.cpp DSPAnalyzer: Set store instructions as potentially generating exceptions 2025-06-05 19:10:42 +02:00
DSPAnalyzer.h DSPAnalyzer: Disable update SR analysis 2021-08-22 17:07:43 -07:00
DSPAssembler.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
DSPAssembler.h Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
DSPBreakpoints.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DSPCaptureLogger.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DSPCaptureLogger.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DSPCodeUtil.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
DSPCodeUtil.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DSPCommon.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DSPCore.cpp Host: Remove unnecessary functions 2025-08-03 13:19:30 -07:00
DSPCore.h DSP/Jit: Don't return to dispatcher if no exception was generated 2025-06-05 20:57:27 +02:00
DSPDisassembler.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
DSPDisassembler.h DSPDisassembler: Fix out-of-bounds read when the last word is an instruction with a large immediate 2022-06-14 12:22:06 -07:00
DSPHost.h Host: Remove unnecessary functions 2025-08-03 13:19:30 -07:00
DSPHWInterface.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
DSPMemoryMap.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
DSPStacks.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
DSPTables.cpp DSP tests: update DSP MMIO labels 2025-04-25 00:51:46 +01:00
DSPTables.h Modernize std::find_if with ranges 2024-10-10 15:28:11 -07:00
LabelMap.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
LabelMap.h DSPTool: Fix missing error when redefining labels 2023-02-04 17:31:06 -08:00