Remove several unneeded glut dependencies. Note, this doesn't signal an
immediate end to glut, only that I'm going through and cleaning up (and taking inventory of the actual glut dependencies in case I want to investigate SDL.)
This commit is contained in:
parent
80e98bdc57
commit
bcb10efa50
5 changed files with 4 additions and 10 deletions
|
@ -29,7 +29,7 @@
|
|||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
#include GLUT_H
|
||||
#include <GL/gl.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
#include GLUT_H
|
||||
#include <GL/gl.h>
|
||||
|
||||
#include <plib/ssg.h>
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
#include GLUT_H
|
||||
#include <GL/gl.h>
|
||||
|
||||
#if defined(FX) && defined(XMESA)
|
||||
# include <GL/xmesa.h>
|
||||
|
|
|
@ -31,12 +31,6 @@
|
|||
# include <math.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_WINDOWS_H
|
||||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
#include GLUT_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h> // strcmp()
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
#include GLUT_H
|
||||
#include <GL/gl.h>
|
||||
|
||||
#include <simgear/compiler.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue