dolphin/Source/Core/VideoCommon/Assets
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
..
AssetListener.h
CustomAsset.cpp
CustomAsset.h
CustomAssetCache.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
CustomAssetCache.h
CustomAssetLibrary.h
CustomAssetLoader.cpp
CustomAssetLoader.h
CustomTextureData.cpp
CustomTextureData.h
DirectFilesystemAssetLibrary.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
DirectFilesystemAssetLibrary.h
MaterialAsset.cpp
MaterialAsset.h Remove unused imports 2026-01-25 16:12:15 +01:00
MeshAsset.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
MeshAsset.h
ShaderAsset.cpp ShaderAsset: Fix shadowed variable 2025-12-29 11:12:07 +01:00
ShaderAsset.h Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
TextureAsset.cpp
TextureAsset.h
TextureAssetUtils.cpp
TextureAssetUtils.h
TextureSamplerValue.cpp
TextureSamplerValue.h Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
Types.h
WatchableFilesystemAssetLibrary.h