]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/panel.hxx
Merge branch 'maint' into next
[flightgear.git] / src / Cockpit / panel.hxx
index a8241b9d43717e465793b1dc78fbbbaa3b5e84f8..58c1eed4a0e5190208af5a3ee2cb2386c839205a 100644 (file)
 #  include <config.h>
 #endif
 
-#ifdef HAVE_WINDOWS_H
-#  include <windows.h>
-#endif
-
 #include <osg/ref_ptr>
 #include <osg/StateSet>
 #include <osg/Texture2D>
@@ -54,8 +50,8 @@
 #include <Input/input.hxx>
 #include <Instrumentation/dclgps.hxx>
 
-SG_USING_STD(vector);
-SG_USING_STD(map);
+using std::vector;
+using std::map;
 
 
 class FGPanelInstrument;