Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add support for flang and ifort Fortran compilers.
[simgrid.git] / src / smpi / smpi_datatype_derived.hpp
index 12e1829..03ac756 100644 (file)
@@ -7,14 +7,12 @@
 #ifndef SMPI_DATATYPE_DERIVED_HPP
 #define SMPI_DATATYPE_DERIVED_HPP
 
-#include <xbt/base.h>
-
-#include "private.h"
+#include "src/smpi/smpi_datatype.hpp"
 
 namespace simgrid{
 namespace smpi{
 
-class Type_Contiguous: public Datatype{
+class Type_Contiguous: public Datatype {
   private:
     int block_count_;
     MPI_Datatype old_type_;