Removed superfluous #includes.

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@745 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
spanne 2008-11-02 18:42:49 +00:00
parent 60227d5645
commit 4dc68a17e3

View File

@ -105,8 +105,6 @@
#endif #endif
/* These files should be available on every platform. */ /* These files should be available on every platform. */
#include <GL/gl.h>
#include <GL/glu.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <math.h> #include <math.h>