dolphin/Source/Core/UICommon
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
..
ResourcePack Common/FileSearch: Refactor DoFileSearch 2026-01-24 16:50:10 +01:00
AutoUpdate.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
AutoUpdate.h Updater: Add/clarify error messages 2022-10-31 23:36:07 -07:00
CMakeLists.txt Use minizip-ng's CMakeLists instead of relying on our own implementation 2025-11-27 00:18:31 +01:00
CommandLineParse.cpp Treat --debugger command line as a temporary setting 2023-04-17 23:11:26 -07:00
CommandLineParse.h
DBusUtils.cpp linux: Use D-Bus to inhibit screensaver 2024-09-27 21:22:57 +01:00
DBusUtils.h linux: Use D-Bus to inhibit screensaver 2024-09-27 21:22:57 +01:00
DiscordPresence.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
DiscordPresence.h UICommon: Include implicit header 2025-05-02 02:03:41 +03:00
GameFile.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
GameFile.h Implement Triforce ID parsing 2025-04-21 22:05:25 +10:00
GameFileCache.cpp Clean includes 2026-01-24 16:50:10 +01:00
GameFileCache.h Common/FileSearch: Refactor DoFileSearch 2026-01-24 16:50:10 +01:00
NetPlayIndex.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
NetPlayIndex.h
UICommon.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
UICommon.h linux: Use D-Bus to inhibit screensaver 2024-09-27 21:22:57 +01:00
X11Utils.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
X11Utils.h linux: Use D-Bus to inhibit screensaver 2024-09-27 21:22:57 +01:00