dolphin/Source/Core/DolphinQt/Settings
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
..
AdvancedPane.cpp VideoCommon: Add "Smooth Early Presentation" setting to improve frame pacing with ImmediateXFB and/or RushFramePresentation. 2025-11-11 20:01:52 -06:00
AdvancedPane.h AdvancedPane: Use ConfigControls where applicable 2025-10-27 16:22:02 +01:00
AudioPane.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
AudioPane.h
BroadbandAdapterSettingsDialog.cpp
BroadbandAdapterSettingsDialog.h
GameCubePane.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
GameCubePane.h libmgba: Fix build when disabled 2025-10-30 12:00:13 -07:00
GeneralPane.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
GeneralPane.h Core/DiscIO: Add a setting to load the running game into memory via CachedBlobReader. 2025-11-23 05:17:22 -06:00
InterfacePane.cpp Clean includes 2026-01-24 16:50:10 +01:00
InterfacePane.h Qt Setting Panes: Remove original location of options transferred to the OSD pane. 2025-10-10 17:02:00 -07:00
OnScreenDisplayPane.cpp DolphinQt: minor fixes for the OnScreenDisplayPane 2025-11-28 09:13:47 -04:00
OnScreenDisplayPane.h DolphinQt/OnScreenDisplayPane: Rename "Graph Update Rate" back to "Performance Sample Window" and don't disable it based on "Show Performance Graphs". 2025-11-21 01:35:22 -06:00
PathPane.cpp PathPane: Use ConfigControls where applicable 2025-10-27 16:22:02 +01:00
PathPane.h PathPane: Use ConfigControls where applicable 2025-10-27 16:22:02 +01:00
USBDevicePicker.cpp
USBDevicePicker.h
WiiPane.cpp WiiPane: Use ConfigControls where applicable 2025-10-27 16:22:02 +01:00
WiiPane.h WiiPane: Use ConfigControls where applicable 2025-10-27 16:22:02 +01:00