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 Merge pull request #13177 from jordan-woyak/remove-nunchuk-hax 2025-08-01 22:00:17 +02:00
Attachments.cpp InputCommon/ControllerEmu: Fix saving of Wii Remote "Attach MotionPlus" setting. 2025-07-24 18:44:42 -05:00
Attachments.h InputCommon/ControllerEmu: Break out functionality of EmulatedController 2025-03-15 14:30:43 -05:00
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 InputCommon/DolphinQt: Add advanced settings button for "Point" and "Point (Passthrough)" "Enabled" checkboxes. 2025-05-29 19:39:10 -05:00
ControlGroup.h InputCommon/DolphinQt: Add advanced settings button for "Point" and "Point (Passthrough)" "Enabled" checkboxes. 2025-05-29 19:39:10 -05:00
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 Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
IMUAccelerometer.cpp InputCommon: Activate IMU Accelerometer and Gyroscope when any direction has a bound input. 2025-04-10 15:55:49 -05:00
IMUAccelerometer.h
IMUCursor.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
IMUCursor.h
IMUGyroscope.cpp InputCommon: Activate IMU Accelerometer and Gyroscope when any direction has a bound input. 2025-04-10 15:55:49 -05:00
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 Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
Triggers.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
Triggers.h