dolphin/Source/Core/Common/GL/GLInterface
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
..
AGL.h AGL: Silence OpenGL deprecation warnings 2021-07-06 14:31:01 -04:00
AGL.mm Adjust order and spacing of various #includes 2024-07-26 14:28:34 -07:00
BGL.cpp
BGL.h
EGL.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
EGL.h
EGLAndroid.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
EGLAndroid.h
EGLX11.cpp
EGLX11.h
GLX.cpp Embrace nullptr over NULL and 0 2023-04-15 16:07:05 -05:00
GLX.h
WGL.cpp Replace 'reinterpret_cast' with 'static_cast' 2024-11-08 07:26:47 +01:00
WGL.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00