forked from mia/Aegisub
Don't include glu.h in the precompiled header since it's never actually used
This commit is contained in:
parent
2c4de3a635
commit
782c6310f3
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue