X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2Fstrutils.cxx;h=2e7afbebdb32da18f2a408868d38e4ee0de2cbfd;hb=5bab565cfe4c30d6cf08ecaba50af74d5e4f0c98;hp=a08f19c878ac4516e74db18374dbc2a9cacd9071;hpb=82459a2802a939434f9fc5b88d2b2aea58f0043d;p=simgear.git diff --git a/simgear/misc/strutils.cxx b/simgear/misc/strutils.cxx index a08f19c8..2e7afbeb 100644 --- a/simgear/misc/strutils.cxx +++ b/simgear/misc/strutils.cxx @@ -21,10 +21,6 @@ // // $Id$ -#ifdef HAVE_CONFIG_H -# include -#endif - #include "strutils.hxx" const string whitespace = " \n\r\t";