From 162255a20aaf8afa5dab3ef398b6bbf29434f528 Mon Sep 17 00:00:00 2001 From: spanne Date: Mon, 3 Jan 2005 12:00:21 +0000 Subject: [PATCH] Removed redundant #include git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@554 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/src/freeglut_joystick.c | 1 - 1 file changed, 1 deletion(-) diff --git a/freeglut/freeglut/src/freeglut_joystick.c b/freeglut/freeglut/src/freeglut_joystick.c index 3a1e325..080b71f 100644 --- a/freeglut/freeglut/src/freeglut_joystick.c +++ b/freeglut/freeglut/src/freeglut_joystick.c @@ -60,7 +60,6 @@ # define _JS_MAX_AXES 8 # include # include -# include # include #endif