Don't include glu.h in the precompiled header since it's never actually used

This commit is contained in:
Thomas Goyne 2012-10-03 15:58:14 -07:00
parent 2c4de3a635
commit 782c6310f3
1 changed files with 0 additions and 2 deletions

View File

@ -201,11 +201,9 @@
#ifdef HAVE_OPENGL_GL_H
#include <OpenGL/gl.h>
#include <OpenGL/glu.h>
#include <OpenGL/glext.h>
#else
#include <GL/gl.h>
#include <GL/glu.h>
#include "gl/glext.h"
#endif