dolphin/Source/Core/InputCommon/ControllerEmu/ControlGroup
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
..
AnalogStick.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
AnalogStick.h
Attachments.cpp
Attachments.h
Buttons.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
Buttons.h Remove unused imports 2026-01-25 16:12:15 +01:00
ControlGroup.cpp
ControlGroup.h
Cursor.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
Cursor.h Remove unused imports 2026-01-25 16:12:15 +01:00
Force.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
Force.h
IMUAccelerometer.cpp
IMUAccelerometer.h
IMUCursor.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
IMUCursor.h
IMUGyroscope.cpp
IMUGyroscope.h
IRPassthrough.cpp WiimoteEmu: Require IRPassthrough has any bound inputs to operate. Users get confused and mistakenly enable it. 2025-10-04 14:34:49 -05:00
IRPassthrough.h WiimoteEmu: Require IRPassthrough has any bound inputs to operate. Users get confused and mistakenly enable it. 2025-10-04 14:34:49 -05:00
MixedTriggers.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
MixedTriggers.h
ModifySettingsButton.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
ModifySettingsButton.h
Slider.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
Slider.h
Tilt.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
Tilt.h
Triggers.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
Triggers.h