ControllerEmu: Remove unnecessary include

This commit is contained in:
Jasper St. Pierre 2014-06-16 10:15:21 -04:00
parent 84bf097fb7
commit 0c9f6c2a2b
1 changed files with 0 additions and 4 deletions

View File

@ -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)