Remove all glu.h includes since no glu functions are ever used. Updates #1511.
This commit is contained in:
parent
db30fdedbd
commit
a13d06318b
3 changed files with 0 additions and 6 deletions
|
@ -31,11 +31,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
|
||||
#endif
|
||||
|
|
|
@ -50,10 +50,8 @@
|
|||
|
||||
#ifdef HAVE_OPENGL_GL_H
|
||||
#include <OpenGL/gl.h>
|
||||
#include <OpenGL/glu.h>
|
||||
#else
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glu.h>
|
||||
#endif
|
||||
|
||||
#include "video_display.h"
|
||||
|
|
|
@ -46,10 +46,8 @@
|
|||
// These must be included before local headers.
|
||||
#ifdef HAVE_OPENGL_GL_H
|
||||
#include <OpenGL/gl.h>
|
||||
#include <OpenGL/glu.h>
|
||||
#else
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glu.h>
|
||||
#endif
|
||||
|
||||
#include "video_out_gl.h"
|
||||
|
|
Loading…
Reference in a new issue