]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/turn_indicator.cxx
Drop obsolete include
[flightgear.git] / src / Instrumentation / turn_indicator.cxx
index c8d295fee8a312e783431904053f65ba2699fa89..25df4de4e71f6f5d67bdb4213d03ea506db8068c 100644 (file)
@@ -4,14 +4,15 @@
 // 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 "turn_indicator.hxx"
 #include <Main/fg_props.hxx>
 #include <Main/util.hxx>
 
+using std::string;
 
 // Use a bigger number to be more responsive, or a smaller number
 // to be more sluggish.