summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
diff options
context:
space:
mode:
authorRohit Nirmal <rohitnirmal9@gmail.com>2014-09-07 20:06:58 -0500
committerRohit Nirmal <rohitnirmal9@gmail.com>2014-09-08 15:39:58 -0400
commitfbc64984ca7de7db10b1a8a4f49002f260c93569 (patch)
tree0dd67dd2ad4bc3a9483c24dc7fcc08c2cae49679 /Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
parentbf0c4a644bd38e357aa5c4c2eeb7ad1db56cb378 (diff)
Include CommonTypes.h instead of Common.h.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.h')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/ControllerInterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
index af4fc35cc5..24bb493520 100644
--- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
+++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
@@ -10,7 +10,7 @@
#include <string>
#include <vector>
-#include "Common/Common.h"
+#include "Common/CommonTypes.h"
#include "Common/Thread.h"
#include "InputCommon/ControllerInterface/Device.h"
#include "InputCommon/ControllerInterface/ExpressionParser.h"