]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/panel.cxx
Merge branch 'maint' into next
[flightgear.git] / src / Cockpit / panel.cxx
index 5be11a20e142f61c2b05c2f34324b2c0db84fb72..a7b860afa43aa4ac8433a640f0e4640f9021a5c8 100644 (file)
 #  include <config.h>
 #endif
 
-#ifdef HAVE_WINDOWS_H
-#  include <windows.h>
-#endif
-
 #include <stdio.h>     // sprintf
 #include <string.h>
+#include <iostream>
 
 #include <osg/CullFace>
 #include <osg/Depth>
 
 #include <simgear/compiler.h>
 
-#include SG_GLU_H
-
 #include <plib/fnt.h>
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/misc/sg_path.hxx>
 #include <simgear/scene/model/model.hxx>
+#include <osg/GLU>
 
 #include <Main/globals.hxx>
 #include <Main/fg_props.hxx>