]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UFO.cxx
Fix stall widths for the "auxilliary" (reverse flow) stalls so they
[flightgear.git] / src / FDM / UFO.cxx
index 357c26258d66d08a581ce9935514a7bfd0333c2c..60727faf3034b57620b11418bd45e309f6962cf6 100644 (file)
 //
 
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/math/sg_geodesy.hxx>
 #include <simgear/math/point3d.hxx>
 #include <simgear/math/polar3d.hxx>
 
-#include <Controls/controls.hxx>
+#include <Aircraft/controls.hxx>
 #include <Main/globals.hxx>
 #include <Main/fg_props.hxx>