fixed windows build
[andemo] / src / opengl.h
index e352e3d..e0ce977 100644 (file)
 
 #include <GL/glew.h>
 
-#ifdef __APPLE__
-#include <GLUT/glut.h>
-#else
-#include <GL/glut.h>
-#endif /* __APPLE__ */
-
 #endif /* IPHONE */
 
 int init_opengl(void);