]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/lfsglass.cxx
Update Mac configure script for new ALUT scheme; support --with-alut-framework.
[flightgear.git] / src / Network / lfsglass.cxx
index a1ca7e97b7d643ab72e0383d0b69c79c4ef1ad20..ea67689923444708f8fd4f3dcc83434865db3abf 100644 (file)
 #include <config.h>
 #endif
 
-#ifdef HAVE_WINDOWS_H
-#include <windows.h>
-#endif
-
 #include <simgear/debug/logstream.hxx>
 #include <simgear/io/iochannel.hxx>
 
@@ -45,7 +41,7 @@
 #include <Main/globals.hxx>
 #include <Main/fg_props.hxx>
 
-SG_USING_STD(vector);
+using std::vector;
 
 FGLFSGlass::FGLFSGlass() : 
        press_node(fgGetNode("/environment/pressure-inhg[0]", true)),