X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2Fsgstream.cxx;h=6d5352c86ae2a6f1cefa845cd3d6cfb6df648318;hb=2e71b64de1d937e2b7c34dd4a2365be455d0b82a;hp=ec758afbcf7798f4967bf4ee38a88b41dd32e857;hpb=d613e0a488a19592ac363eaf7ecdd959f89db965;p=simgear.git diff --git a/simgear/misc/sgstream.cxx b/simgear/misc/sgstream.cxx index ec758afb..6d5352c8 100644 --- a/simgear/misc/sgstream.cxx +++ b/simgear/misc/sgstream.cxx @@ -21,15 +21,9 @@ // $Id$ #include -#include STL_STRING - +#include #include // isspace() - -#ifdef SG_HAVE_STD_INCLUDES -# include -#else -# include -#endif +#include #include "sgstream.hxx"