Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Sort include lists according to clang-format.
[simgrid.git] / src / smpi / colls / barrier / barrier-ompi.cpp
index 8676c45..727febc 100644 (file)
@@ -20,8 +20,8 @@
  * Additional copyrights may follow
  */
 
  * Additional copyrights may follow
  */
 
-#include "../colls_private.hpp"
 #include "../coll_tuned_topo.hpp"
 #include "../coll_tuned_topo.hpp"
+#include "../colls_private.hpp"
 
 /*
  * Barrier is ment to be a synchronous operation, as some BTLs can mark
 
 /*
  * Barrier is ment to be a synchronous operation, as some BTLs can mark