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

Public GIT Repository
please sonar by removing redundant test
[simgrid.git] / src / smpi / bindings / smpi_f77_coll.cpp
index 1d642da9ad8dcea56bf40e42dc016df6c3f7c0fc..29771f4cb3a35d3f709bbe2bab9972fe48afa2ee 100644 (file)
@@ -1,13 +1,13 @@
-/* Copyright (c) 2010-2017. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2010-2018. The SimGrid Team. All rights reserved.          */
 
 /* 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 "private.h"
+#include "private.hpp"
+#include "smpi_coll.hpp"
 #include "smpi_comm.hpp"
 #include "smpi_datatype.hpp"
 #include "smpi_op.hpp"
-#include "smpi_coll.hpp"
 
 extern "C" { // This should really use the C linkage to be usable from Fortran