Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused file.
[simgrid.git] / teshsuite / smpi / alltoall_basic.c
index 485752e2eff2f1fc0241e44afc2f2f993715aed4..ad25e7a24c2ebac8a1c3cb9ee5dad283e6b757d9 100644 (file)
@@ -4,11 +4,11 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include "mpi.h"
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>
+#include "mpi.h"
 
 #ifndef EXIT_SUCCESS
 #define EXIT_SUCCESS 0