diff --git a/src/io_nix.c b/src/io_nix.c index e600a7b..7ff5b38 100644 --- a/src/io_nix.c +++ b/src/io_nix.c @@ -33,7 +33,8 @@ #ifndef WIN32 -#include +#include "io.h" + #include #include @@ -42,10 +43,6 @@ #include #include -#include "definitions.h" -#include "wiiuse_internal.h" -#include "io.h" - static int wiiuse_connect_single(struct wiimote_t* wm, char* address); /**