]> git.mxchange.org Git - simgear.git/blobdiff - simgear/xml/easyxml.hxx
Initial work on CMake support for SimGear.
[simgear.git] / simgear / xml / easyxml.hxx
index 6b91a86718efb30602d4adccbe1d294330bf7705..f5ff575d9dcb2d803f277c3e32bfe6af335e32a6 100644 (file)
 #include <simgear/compiler.h>
 #include <simgear/structure/exception.hxx>
 
-#include STL_IOSTREAM
-#include STL_STRING
+#include <iostream>
+#include <string>
 #include <vector>
 
-SG_USING_STD(istream);
-SG_USING_STD(string);
-SG_USING_STD(vector);
+using std::istream;
+using std::string;
+using std::vector;
 
 
 /**