dolphin/Source/Core
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
..
AudioCommon Remove unused imports 2026-01-25 16:12:15 +01:00
Common Remove unused imports 2026-01-25 16:12:15 +01:00
Core Remove unused imports 2026-01-25 16:12:15 +01:00
DiscIO Remove unused imports 2026-01-25 16:12:15 +01:00
DolphinNoGUI Remove unused imports 2026-01-25 16:12:15 +01:00
DolphinQt Remove unused imports 2026-01-25 16:12:15 +01:00
DolphinTool Remove unused imports 2026-01-25 16:12:15 +01:00
InputCommon Remove unused imports 2026-01-25 16:12:15 +01:00
MacUpdater Fix MacUpdater build on CMake 3.31+ 2026-01-17 18:25:49 +01:00
UICommon Remove unused imports 2026-01-25 16:12:15 +01:00
UpdaterCommon Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
VideoBackends Remove unused imports 2026-01-25 16:12:15 +01:00
VideoCommon Remove unused imports 2026-01-25 16:12:15 +01:00
WinUpdater
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props Merge pull request #14267 from jordan-woyak/std-expected 2026-01-17 22:33:15 -06:00
DolphinLib.vcxproj
DolphinLib.vcxproj.user
DolphinLib.x64.props
VersionInfo.plist.in