diff options
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/evdev/evdev.h')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/evdev/evdev.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h b/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h index ce7831bfdc..36c25cb42b 100644 --- a/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h +++ b/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h @@ -8,13 +8,11 @@ #include <string> #include <vector> -#include "InputCommon/ControllerInterface/Device.h" - namespace ciface { namespace evdev { -void Init(std::vector<Core::Device*>& devices); +void Init(); class evdevDevice : public Core::Device { |
