From 691b0def0ed74721c80b21c34d35365758acbbce Mon Sep 17 00:00:00 2001 From: "John F. Fay" Date: Sun, 29 Jan 2012 04:46:29 +0000 Subject: [PATCH] Removing the Windows-specific "includes" from "freeglut_joystick.c" git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1024 7f0cb862-5218-0410-a997-914c9d46530a --- src/Common/freeglut_joystick.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Common/freeglut_joystick.c b/src/Common/freeglut_joystick.c index 3937a1b..021870f 100644 --- a/src/Common/freeglut_joystick.c +++ b/src/Common/freeglut_joystick.c @@ -52,13 +52,6 @@ # include #endif -#if TARGET_HOST_MS_WINDOWS && !defined(_WIN32_WCE) -# include -# include -# include - -#endif - #if TARGET_HOST_POSIX_X11 # ifdef HAVE_SYS_IOCTL_H # include -- 1.7.10.4