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
AnalogStick.h
Attachments.cpp
Attachments.h InputCommon/ControllerEmu: Break out functionality of EmulatedController 2025-03-15 14:30:43 -05:00
Buttons.cpp
Buttons.h Remove unused imports 2026-01-25 16:12:15 +01:00
ControlGroup.cpp
ControlGroup.h
Cursor.cpp
Cursor.h
Force.cpp
Force.h
IMUAccelerometer.cpp
IMUAccelerometer.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
IMUCursor.cpp
IMUCursor.h
IMUGyroscope.cpp
IMUGyroscope.h
IRPassthrough.cpp
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
MixedTriggers.h ControllerEmu: Add new "input override" system 2022-10-03 22:00:21 +02:00
ModifySettingsButton.cpp
ModifySettingsButton.h
Slider.cpp
Slider.h
Tilt.cpp
Tilt.h
Triggers.cpp
Triggers.h