dolphin/Source/Core/DolphinNoGUI
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 DolphinNoGUI: Link against dwmapi.lib on Windows in CMake 2024-05-04 05:19:01 +02:00
DolphinNoGUI.exe.manifest Update supportedOS values in .manifest files 2022-08-05 10:26:22 +10:00
DolphinNoGUI.rc
DolphinNoGUI.vcxproj Visual Studio: Fix DolphinNoGUI build 2025-10-05 15:38:43 -07:00
DolphinNoGUI.vcxproj.filters msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
MainNoGUI.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
Platform.cpp DolphinNoGUI: Make variables constant 2025-06-04 21:48:40 +02:00
Platform.h Add MacOS Platform 2023-06-01 09:01:20 -05:00
PlatformFBDev.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
PlatformHeadless.cpp DolphinNoGUI: Make classes final 2025-06-04 21:48:53 +02:00
PlatformMacos.mm VideoCommon: Rename Renderer to EFBInterface. 2025-03-12 21:09:16 -05:00
PlatformWin32.cpp DolphinNoGUI: Make override explicit 2025-06-04 21:49:29 +02:00
PlatformX11.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
resource.h