X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9335baa2b23f940577448a84168eb0b50d3dd966..a9c65b08e46ce0c97c9b50ce35a8b35eecddf51e:/src/smpi/smpi_datatype_derived.hpp diff --git a/src/smpi/smpi_datatype_derived.hpp b/src/smpi/smpi_datatype_derived.hpp index 12e1829fad..03ac75689c 100644 --- a/src/smpi/smpi_datatype_derived.hpp +++ b/src/smpi/smpi_datatype_derived.hpp @@ -7,14 +7,12 @@ #ifndef SMPI_DATATYPE_DERIVED_HPP #define SMPI_DATATYPE_DERIVED_HPP -#include - -#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_;