dolphin/Source/Core/VideoCommon/GraphicsModSystem/Config
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
..
GraphicsMod.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
GraphicsMod.h GraphicsMod: Simplify std::sort using ranges and projections 2024-10-11 12:08:22 -07:00
GraphicsModAsset.cpp GraphicsModAsset: Reduce object churn a little 2024-01-24 22:47:22 -05:00
GraphicsModAsset.h VideoCommon: move AssetMap to a types header file, so it can be pulled in without the DirectFilesystemAssetLibrary dependencies, the header will be expanded later 2025-06-06 23:03:02 -05:00
GraphicsModFeature.cpp GraphicsModFeature: Reduce object churn a little 2024-01-24 22:48:53 -05:00
GraphicsModFeature.h VideoCommon: add ability to serialize graphics mod to json object 2023-12-10 18:29:21 -06:00
GraphicsModGroup.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
GraphicsModGroup.h GraphicsModGroup: Allow heterogenous lookup for GetMod() 2024-01-31 12:05:17 -05:00
GraphicsTarget.cpp GraphicsTarget: Reduce object churn a little 2024-01-24 23:00:01 -05:00
GraphicsTarget.h VideoCommon: add ability to serialize graphics mod to json object 2023-12-10 18:29:21 -06:00
GraphicsTargetGroup.cpp GraphicsTargetGroup: Reduce object churn a little 2024-01-24 22:52:58 -05:00
GraphicsTargetGroup.h VideoCommon: add ability to serialize graphics mod to json object 2023-12-10 18:29:21 -06:00