Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename C++ only header files from .h to .hpp.
[simgrid.git] / src / smpi / colls / reduce_scatter / reduce_scatter-ompi.cpp
index 8a28d88..3b9dfd8 100644 (file)
@@ -21,8 +21,8 @@
  * Additional copyrights may follow
  */
 
-#include "../colls_private.h"
-#include "../coll_tuned_topo.h"
+#include "../colls_private.hpp"
+#include "../coll_tuned_topo.hpp"
 
 /*
  * Recursive-halving function is (*mostly*) copied from the BASIC coll module.