dolphin/Source/Core/Core/Debugger
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
..
BranchWatch.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
BranchWatch.h Merge pull request #14289 from Sintendo/typos 2026-01-17 19:10:50 -05:00
CodeTrace.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
CodeTrace.h Common: Move CodeTrace.cpp/.h into Core 2023-04-24 09:10:43 -04:00
Debugger_SymbolMap.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
Debugger_SymbolMap.h IOS::HLE::BluetoothEmuDevice: Remove calls to GetPointer 2024-04-06 21:04:54 +02:00
DebugInterface.h PPCSymbolDB: Don't return non-const pointers 2025-07-27 17:03:57 +02:00
Dump.cpp Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
Dump.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
GCELF.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
OSThread.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
OSThread.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
PPCDebugInterface.cpp RetroAchievements - Remove Hardcore Check from ApplyMemoryPatch 2025-11-27 11:52:56 -05:00
PPCDebugInterface.h Merge pull request #13764 from SuperSamus/patch-invalidate-cache 2025-08-22 19:16:47 -04:00
RSO.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
RSO.h Remove redundant semicolons 2024-08-20 14:59:54 +02:00