diff options
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp')
| -rw-r--r-- | Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp b/Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp index a91cf8be85..612310a470 100644 --- a/Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp +++ b/Source/Core/InputCommon/ControllerEmu/ControlGroup/Buttons.cpp @@ -3,12 +3,8 @@ #include "InputCommon/ControllerEmu/ControlGroup/Buttons.h" -#include <memory> #include <string> -#include "Common/Common.h" -#include "InputCommon/ControllerEmu/Setting/NumericSetting.h" - namespace ControllerEmu { Buttons::Buttons(const std::string& name_) : Buttons(name_, name_) |
