travis build fix

This commit is contained in:
Anon 2016-07-30 12:19:20 -05:00
parent 788f00119c
commit f1979ac39d
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
#include <map>
#include "core/settings.h"
#include "input_core\key_map.h"
#include "input_core/key_map.h"
class IDevice {
public:
std::map<std::string, std::vector<KeyMap::KeyTarget>> keyMapping; /// Maps the string in the settings file to the HID Padstate object

View File

@ -8,7 +8,7 @@
#include "core/hle/service/hid/hid.h"
#include "core/settings.h"
#include "input_core\devices\IDevice.h"
#include "input_core/devices/IDevice.h"
class Keyboard;