diff src/joystick/win32/SDL_mmjoystick.c @ 1358:c71e05b4dc2e

More header massaging... works great on Windows. ;-)
author Sam Lantinga <slouken@libsdl.org>
date Fri, 10 Feb 2006 06:48:43 +0000
parents 604d73db6802
children 19418e4422cb
line wrap: on
line diff
--- a/src/joystick/win32/SDL_mmjoystick.c	Fri Feb 10 03:21:39 2006 +0000
+++ b/src/joystick/win32/SDL_mmjoystick.c	Fri Feb 10 06:48:43 2006 +0000
@@ -22,18 +22,15 @@
 
 /* Win32 MultiMedia Joystick driver, contributed by Andrei de A. Formiga */
 
-#include "SDL_stdlib.h"
-#include "SDL_string.h"
-#include "SDL_error.h"
+#include "SDL_windows.h"
+#include <mmsystem.h>
+#include <regstr.h>
+
 #include "SDL_events.h"
 #include "SDL_joystick.h"
 #include "SDL_sysjoystick.h"
 #include "SDL_joystick_c.h"
 
-#include "SDL_windows.h"
-#include <mmsystem.h>
-#include <regstr.h>
-
 #define MAX_JOYSTICKS	16
 #define MAX_AXES	6	/* each joystick can have up to 6 axes */
 #define MAX_BUTTONS	32	/* and 32 buttons                      */