mirror of
https://git.code.sf.net/p/quake/nuq
synced 2024-11-21 19:51:09 +00:00
Removed unnececessary glu.h includes, GLU isn't used in quakeforge.
This commit is contained in:
parent
df9e956e69
commit
9a53a2d328
2 changed files with 0 additions and 2 deletions
|
@ -41,7 +41,6 @@
|
|||
#endif
|
||||
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glu.h>
|
||||
|
||||
#include "qtypes.h"
|
||||
#include "model.h"
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue