dolphin/Source/Core/Core/Boot
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
..
AncastTypes.h
Boot_BS2Emu.cpp Common: Replace Result with C++23's std::expected. 2026-01-17 16:58:45 -06:00
Boot_WiiWAD.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
Boot.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
Boot.h Call JitInterface::UpdateMembase from PowerPC::MSRUpdated 2025-11-02 21:18:07 +01:00
DolReader.cpp
DolReader.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
ElfReader.cpp Core: Store object name separately for symbols 2024-11-11 12:36:53 -05:00
ElfReader.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
ElfTypes.h linter: Apply clang-format 19.1 formatting 2025-04-23 11:19:20 +02:00