X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a1242a2bc911c3188adccdc7b719cf8d8fa21f8c..52a6d53cd52c33f42545da84bb52a1acc63ee648:/src/xbt/xbt_str.c diff --git a/src/xbt/xbt_str.c b/src/xbt/xbt_str.c index fc0b7ff4db..231ca6e7d9 100644 --- a/src/xbt/xbt_str.c +++ b/src/xbt/xbt_str.c @@ -9,11 +9,11 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ +#include "portable.h" #include "xbt/misc.h" #include "xbt/sysdep.h" #include "xbt/str.h" /* headers of these functions */ #include "xbt/strbuff.h" -#include "portable.h" #include "xbt/matrix.h" /* for the diff */ /** @brief Strip whitespace (or other characters) from the end of a string.