dolphin/Source/Core/InputCommon/ControllerEmu
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
..
Control ControllerEmu: Convert Translatability to enum class 2023-06-12 18:11:04 -07:00
ControlGroup Remove unused imports 2026-01-25 16:12:15 +01:00
Setting WiiTASInputWindow: Update controls when attachment changes 2025-01-18 14:15:20 -08:00
ControllerEmu.cpp Prevent profiles with no device specification from resetting device 2025-09-24 21:38:02 -04:00
ControllerEmu.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
StickGate.cpp Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
StickGate.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00