Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
include all the needed files in the archive so that the tar.gz compiles afterward
[simgrid.git] / src / xbt / xbt_str.c
index fc0b7ff..231ca6e 100644 (file)
@@ -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.