dolphin/Source/Core/DolphinTool
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
..
CMakeLists.txt DolphinTool: Add an image extract command 2024-04-18 21:11:19 +02:00
ConvertCommand.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
ConvertCommand.h DolphinTool: Ditch OOP design 2023-06-16 20:39:16 -05:00
DolphinTool.exe.manifest Update supportedOS values in .manifest files 2022-08-05 10:26:22 +10:00
DolphinTool.filters DolphinTool: Add an image extract command 2024-04-18 21:11:19 +02:00
DolphinTool.rc
DolphinTool.vcxproj Externals / VideoCommon: update glslang to latest, turn into submodule 2025-09-23 23:45:38 -05:00
ExtractCommand.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
ExtractCommand.h DolphinTool: Add an image extract command 2024-04-18 21:11:19 +02:00
HeaderCommand.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
HeaderCommand.h DolphinTool: Ditch OOP design 2023-06-16 20:39:16 -05:00
resource.h
ToolHeadlessPlatform.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
ToolMain.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
VerifyCommand.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
VerifyCommand.h DolphinTool: Ditch OOP design 2023-06-16 20:39:16 -05:00