Remove unneeded inclusions of windows.h, GL.h and GLU.H

This commit is contained in:
fredb
2008-07-27 15:15:33 +00:00
parent 433be0e46b
commit ff72b68731
5 changed files with 0 additions and 31 deletions

View File

@@ -25,10 +25,6 @@
# include <simgear_config.h>
#endif
#ifdef HAVE_WINDOWS_H
# include <windows.h>
#endif
#if defined ( __CYGWIN__ )
#include <ieeefp.h>
#endif
@@ -37,8 +33,6 @@
#include <simgear/constants.h>
#include <simgear/structure/exception.hxx>
#include SG_GL_H
#include <string.h>
#include <string>

View File

@@ -23,10 +23,6 @@
# include <simgear_config.h>
#endif
#ifdef HAVE_WINDOWS_H
# include <windows.h>
#endif
#include <math.h>
#include <simgear/compiler.h>

View File

@@ -51,10 +51,6 @@
# include <simgear_config.h>
#endif
#ifdef HAVE_WINDOWS_H
# include <windows.h>
#endif
#include <simgear/compiler.h>
#include <simgear/debug/logstream.hxx>
#include <simgear/screen/extensions.hxx>

View File

@@ -25,19 +25,6 @@
#include <simgear/compiler.h>
#if 0
#ifdef HAVE_WINDOWS_H
# include <windows.h>
# include <float.h>
#endif
#include <string>
SG_USING_STD(string);
#include <vector>
SG_USING_STD(vector);
#endif
#include <string>
#include <map>
#include <vector>

View File

@@ -28,10 +28,6 @@
# include <simgear_config.h>
#endif
#ifdef HAVE_WINDOWS_H
# include <windows.h>
#endif
#include <simgear/compiler.h>
#include <ctime>