]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/heading_indicator_dg.cxx
better use unset() for unsetting ...
[flightgear.git] / src / Instrumentation / heading_indicator_dg.cxx
index eb8726c8971d330c3ce204b49e2546ae642349bd..036caf47cb37472882bb3b4d978fc85934e64e14 100644 (file)
@@ -1,5 +1,5 @@
 // heading_indicator_dg.cxx - a Directional Gyro (DG) compass.
-// Based on the vacuum driven Heading Indicator Written by David Megginson, 
+// Based on the vacuum driven Heading Indicator Written by David Megginson,
 // started 2002.
 //
 // Written by Vivian Meazza, started 2005.
@@ -7,8 +7,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 <Main/fg_props.hxx>