]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/sgstream.cxx
Better error reporting for effects
[simgear.git] / simgear / misc / sgstream.cxx
index ec758afbcf7798f4967bf4ee38a88b41dd32e857..6d5352c86ae2a6f1cefa845cd3d6cfb6df648318 100644 (file)
 // $Id$
 
 #include <simgear/compiler.h>
-#include STL_STRING 
-
+#include <string>
 #include <ctype.h> // isspace()
-
-#ifdef SG_HAVE_STD_INCLUDES
-# include <cerrno>
-#else
-# include <errno.h>
-#endif
+#include <cerrno>
 
 #include "sgstream.hxx"