mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
ControllerEmu: Remove unnecessary include
This commit is contained in:
parent
84bf097fb7
commit
0c9f6c2a2b
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue