Removed unnececessary glu.h includes, GLU isn't used in quakeforge.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2000-11-09 16:58:36 +00:00
parent df9e956e69
commit 9a53a2d328
2 changed files with 0 additions and 2 deletions

View file

@ -41,7 +41,6 @@
#endif
#include <GL/gl.h>
#include <GL/glu.h>
#include "qtypes.h"
#include "model.h"

View file

@ -35,7 +35,6 @@
#include <windows.h>
#include <gl\gl.h>
#include <gl\glu.h>
void GL_BeginRendering (int *x, int *y, int *width, int *height);
void GL_EndRendering (void);