summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu.cpp
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-06-16 10:15:21 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2014-07-11 13:32:18 -0400
commit0c9f6c2a2b01ae32a92f95dabb4c35ac008a83e1 (patch)
treea34f79230d427792bf6f50f45c0fc542c4e743eb /Source/Core/InputCommon/ControllerEmu.cpp
parent84bf097fb76304eb27d625e5f221dfb5ce922b1f (diff)
ControllerEmu: Remove unnecessary include
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu.cpp')
-rw-r--r--Source/Core/InputCommon/ControllerEmu.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/InputCommon/ControllerEmu.cpp b/Source/Core/InputCommon/ControllerEmu.cpp
index dae3d32e56..cf906a0da6 100644
--- a/Source/Core/InputCommon/ControllerEmu.cpp
+++ b/Source/Core/InputCommon/ControllerEmu.cpp
@@ -4,10 +4,6 @@
#include "InputCommon/ControllerEmu.h"
-#if defined(HAVE_X11) && HAVE_X11
-#include <X11/Xlib.h>
-#endif
-
void ControllerEmu::UpdateReferences(ControllerInterface& devi)
{
for (auto& ctrlGroup : groups)