From 0c9f6c2a2b01ae32a92f95dabb4c35ac008a83e1 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 16 Jun 2014 10:15:21 -0400 Subject: [PATCH] ControllerEmu: Remove unnecessary include --- Source/Core/InputCommon/ControllerEmu.cpp | 4 ---- 1 file changed, 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 -#endif - void ControllerEmu::UpdateReferences(ControllerInterface& devi) { for (auto& ctrlGroup : groups)