]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/mpi/smpi_win.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Cosmetics in smpi_comm.cpp
[simgrid.git] / src / smpi / mpi / smpi_win.cpp
index 4a3596eae412ff4750b81f443614a8b11ec402f9..7cc829aa181c6bc6807a72a6f14f7434f12a34fb 100644 (file)
@@ -3,6 +3,7 @@
 /* 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 "smpi_win.hpp"
 #include "private.hpp"
 #include "smpi_coll.hpp"
 #include "smpi_comm.hpp"
@@ -11,7 +12,6 @@
 #include "smpi_keyvals.hpp"
 #include "smpi_process.hpp"
 #include "smpi_request.hpp"
-#include "smpi_win.hpp"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi_rma, smpi, "Logging specific to SMPI (RMA operations)");