mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
ControllerEmu: Remove unnecessary include
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user