do a similar include cleanup in the unix source file

This commit is contained in:
Ryan Pavlik
2011-04-28 10:24:57 -05:00
parent 3c8a0d715a
commit eb2a133c18

View File

@@ -33,7 +33,8 @@
#ifndef WIN32
#include <stdio.h>
#include "io.h"
#include <stdlib.h>
#include <unistd.h>
@@ -42,10 +43,6 @@
#include <bluetooth/hci_lib.h>
#include <bluetooth/l2cap.h>
#include "definitions.h"
#include "wiiuse_internal.h"
#include "io.h"
static int wiiuse_connect_single(struct wiimote_t* wm, char* address);
/**