From c2077708fb39332338e5034c220fe553809c5d06 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 31 Aug 2011 10:44:10 -0500 Subject: [PATCH] re-organize and cleanup motion_plus includes --- src/motion_plus.c | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/src/motion_plus.c b/src/motion_plus.c index 2d31201..57be75f 100644 --- a/src/motion_plus.c +++ b/src/motion_plus.c @@ -28,22 +28,14 @@ * */ -#include -#include -#include -#include -#include -#ifdef WIN32 - #include -#endif - -#include "definitions.h" #include "wiiuse_internal.h" #include "dynamics.h" #include "events.h" -//#include ".h" -#include "io.h" + +#include +#include +#include void wiiuse_motion_plus_check(struct wiimote_t *wm,byte *data,unsigned short len) {