dolphin/Source/Core/VideoBackends/OGL
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
GPUTimer.h
OGLBoundingBox.cpp
OGLBoundingBox.h Remove unused imports 2026-01-25 16:12:15 +01:00
OGLConfig.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
OGLConfig.h Remove unused imports 2026-01-25 16:12:15 +01:00
OGLGfx.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
OGLGfx.h VideoBackends / VideoCommon: add support for specifying include files in shader code 2025-10-26 22:47:23 -05:00
OGLMain.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
OGLNativeVertexFormat.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
OGLPerfQuery.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
OGLPerfQuery.h
OGLPipeline.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
OGLPipeline.h Remove unused imports 2026-01-25 16:12:15 +01:00
OGLShader.cpp VideoBackends / VideoCommon: add support for specifying include files in shader code 2025-10-26 22:47:23 -05:00
OGLShader.h Remove unused imports 2026-01-25 16:12:15 +01:00
OGLStreamBuffer.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
OGLStreamBuffer.h Remove unused imports 2026-01-25 16:12:15 +01:00
OGLTexture.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
OGLTexture.h Remove unused imports 2026-01-25 16:12:15 +01:00
OGLVertexManager.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
OGLVertexManager.h Remove unused imports 2026-01-25 16:12:15 +01:00
ProgramShaderCache.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
ProgramShaderCache.h Remove unused imports 2026-01-25 16:12:15 +01:00
SamplerCache.cpp
SamplerCache.h Remove unused imports 2026-01-25 16:12:15 +01:00
VideoBackend.h VideoBackend: Rename GetName to GetConfigName 2025-10-13 17:38:20 -07:00