]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/heading_indicator_fg.cxx
better use unset() for unsetting ...
[flightgear.git] / src / Instrumentation / heading_indicator_fg.cxx
index 14027a412a3be522e3d1fc2aa82eadd886646b57..01d33892d8d9a4873e1180214972ccac2f5d2b7f 100644 (file)
@@ -6,8 +6,8 @@
 // This file is in the Public Domain and comes with no warranty.
 
 #include <simgear/compiler.h>
-#include STL_IOSTREAM
-#include STL_STRING
+#include <iostream>
+#include <string>
 #include <sstream>
 
 #include "heading_indicator_fg.hxx"
@@ -131,7 +131,7 @@ HeadingIndicatorFG::update (double dt)
 
     _heading_out_node->setDoubleValue(heading);
 
-                                    // calculate the difference between the indicacted heading
+                                    // calculate the difference between the indicated heading
                                     // and the selected heading for use with an autopilot
        static SGPropertyNode *bnode
         = fgGetNode( "/autopilot/settings/heading-bug-deg", false );