diff options
| author | Sintendo <3380580+Sintendo@users.noreply.github.com> | 2025-12-24 10:14:24 +0100 |
|---|---|---|
| committer | Sintendo <3380580+Sintendo@users.noreply.github.com> | 2026-01-24 16:50:10 +0100 |
| commit | 972ec95cb3713296128bbbf56bcd5a265efbd544 (patch) | |
| tree | 9ff7bd252f0cb3069b1ec96a2e4764fef16fa237 /Source/Core/InputCommon/InputProfile.cpp | |
| parent | f2e1c71803b953c9adb9528c168cbbde23b3b30a (diff) | |
Clean includes
Diffstat (limited to 'Source/Core/InputCommon/InputProfile.cpp')
| -rw-r--r-- | Source/Core/InputCommon/InputProfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/InputProfile.cpp b/Source/Core/InputCommon/InputProfile.cpp index a9471c2765..f483e8a9c3 100644 --- a/Source/Core/InputCommon/InputProfile.cpp +++ b/Source/Core/InputCommon/InputProfile.cpp @@ -15,8 +15,8 @@ #include "Core/ConfigManager.h" #include "Core/Core.h" #include "Core/HW/Wiimote.h" -#include "Core/HotkeyManager.h" +#include "InputCommon/ControllerEmu/ControllerEmu.h" #include "InputCommon/ControllerInterface/ControllerInterface.h" #include "InputCommon/InputConfig.h" |
