1
0
Fork 0

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:
curt 2003-08-11 21:50:22 +00:00
parent 80e98bdc57
commit bcb10efa50
5 changed files with 4 additions and 10 deletions

View file

@ -29,7 +29,7 @@
# include <windows.h>
#endif
#include GLUT_H
#include <GL/gl.h>
#include <stdlib.h>
#include <stdio.h>

View file

@ -36,7 +36,7 @@
# include <windows.h>
#endif
#include GLUT_H
#include <GL/gl.h>
#include <plib/ssg.h>

View file

@ -40,7 +40,7 @@
# include <windows.h>
#endif
#include GLUT_H
#include <GL/gl.h>
#if defined(FX) && defined(XMESA)
# include <GL/xmesa.h>

View file

@ -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()

View file

@ -30,7 +30,7 @@
# include <windows.h>
#endif
#include GLUT_H
#include <GL/gl.h>
#include <simgear/compiler.h>