Removing the Windows-specific "includes" from "freeglut_joystick.c"

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1024 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
fayjf 2012-01-29 04:46:29 +00:00
parent 8ab31e17c0
commit 71de22bf85

View File

@ -52,13 +52,6 @@
# include <IOKit/hid/IOHIDLib.h>
#endif
#if TARGET_HOST_MS_WINDOWS && !defined(_WIN32_WCE)
# include <windows.h>
# include <mmsystem.h>
# include <regstr.h>
#endif
#if TARGET_HOST_POSIX_X11
# ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>