]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/bootstrap.cxx
header cleanups
[flightgear.git] / src / Main / bootstrap.cxx
index 9e4a57513f4ddacac5c668b80f636704723d43ae..d0871fb0a76163cfe797f30908fbb28a43ad8d3e 100644 (file)
 #include <simgear/debug/logstream.hxx>
 
 #include <iostream>
-SG_USING_STD(cerr);
-SG_USING_STD(endl);
+using std::cerr;
+using std::endl;
 
 #include "main.hxx"
 #include "globals.hxx"
 
 
-#ifdef HAVE_WINDOWS_H
-#  include <windows.h>
-#  include <float.h>
-#  include <pthread.h>
-#endif
-
 #include "fg_os.hxx"
 
 char *homedir = ::getenv( "HOME" );