]> git.mxchange.org Git - simgear.git/commitdiff
Remove unneeded inclusions of windows.h, GL.h and GLU.H
authorfredb <fredb>
Sun, 27 Jul 2008 15:15:33 +0000 (15:15 +0000)
committerfredb <fredb>
Sun, 27 Jul 2008 15:15:33 +0000 (15:15 +0000)
simgear/scene/material/matlib.cxx
simgear/scene/sky/dome.cxx
simgear/screen/RenderTexture.cpp
simgear/structure/subsystem_mgr.hxx
simgear/timing/timestamp.cxx

index 2d6fddb85db8261f4c70a2fd990f318e0820b53a..de8e6241c7fd780da74c550fa740074037db7d13 100644 (file)
 #  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>
 
index 5842af3fbf4efeb610099fe0fa751569e8b34f11..1e3fbdc3b8518ae7f1f606b35ce6db4e04220752 100644 (file)
 #  include <simgear_config.h>
 #endif
 
-#ifdef HAVE_WINDOWS_H
-#  include <windows.h>
-#endif
-
 #include <math.h>
 
 #include <simgear/compiler.h>
index 6d5bb80531dc05932628f24e534635769737fa11..ec6a8e899e3c80097a04f3913f1482fe2114eab1 100644 (file)
 #  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>
index 171e4665d4515705bab7c6274231d9148fa4fc23..e763351459f7107935f12777937840ad704b1d88 100644 (file)
 
 #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>
index 458502ea2516f4cae61b59dc0c8c6d995f63f410..f2eefcf583e5ab7db544921e8baadb72d0b7ce1f 100644 (file)
 #  include <simgear_config.h>
 #endif
 
-#ifdef HAVE_WINDOWS_H
-#  include <windows.h>
-#endif
-
 #include <simgear/compiler.h>
 
 #include <ctime>