Removed superfluous #includes.
authorSven Panne <sven.panne@aedion.de>
Sun, 2 Nov 2008 18:42:49 +0000 (18:42 +0000)
committerSven Panne <sven.panne@aedion.de>
Sun, 2 Nov 2008 18:42:49 +0000 (18:42 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@745 7f0cb862-5218-0410-a997-914c9d46530a

src/freeglut_internal.h

index 081ae9c..90d1a37 100644 (file)
 #endif
 
 /* These files should be available on every platform. */
-#include <GL/gl.h>
-#include <GL/glu.h>
 #include <stdio.h>
 #include <string.h>
 #include <math.h>