dolphin/Source/Core/VideoCommon/GraphicsModSystem/Runtime
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
..
Actions Remove unused imports 2026-01-25 16:12:15 +01:00
CustomPipeline.cpp CustomPipeline: Remove unused functions 2025-12-27 09:07:42 +01:00
CustomPipeline.h CustomPipeline: Remove unused functions 2025-12-27 09:07:42 +01:00
CustomShaderCache.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
CustomShaderCache.h Remove unused imports 2026-01-25 16:12:15 +01:00
FBInfo.cpp C++20: Synthesize operator!= From operator== 2024-10-10 20:23:55 -07:00
FBInfo.h C++20: Synthesize operator!= From operator== 2024-10-10 20:23:55 -07:00
GraphicsModAction.h
GraphicsModActionData.h Remove unused imports 2026-01-25 16:12:15 +01:00
GraphicsModActionFactory.cpp VideoCommon: move factory names to be a static inside each action class, so that they can be reused in the future for serialization 2024-02-18 15:45:10 -06:00
GraphicsModActionFactory.h
GraphicsModManager.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
GraphicsModManager.h Remove unused imports 2026-01-25 16:12:15 +01:00