]> 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 b5dde762d8a10828d285141e8f9c714ea1db82ab..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"