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.)
# include <windows.h>
#endif
-#include GLUT_H
+#include <GL/gl.h>
#include <stdlib.h>
#include <stdio.h>
# include <windows.h>
#endif
-#include GLUT_H
+#include <GL/gl.h>
#include <plib/ssg.h>
# include <windows.h>
#endif
-#include GLUT_H
+#include <GL/gl.h>
#if defined(FX) && defined(XMESA)
# include <GL/xmesa.h>
# 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()
# include <windows.h>
#endif
-#include GLUT_H
+#include <GL/gl.h>
#include <simgear/compiler.h>