X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f2c9678ae1fbcdc391c1aa62ca7f6ea7aa8b4bdd..212f410b75a1c5886c7b831adef56cde7e338d3e:/src/smpi/smpi_datatype_derived.hpp diff --git a/src/smpi/smpi_datatype_derived.hpp b/src/smpi/smpi_datatype_derived.hpp index eb3b6cb267..03ac75689c 100644 --- a/src/smpi/smpi_datatype_derived.hpp +++ b/src/smpi/smpi_datatype_derived.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2010, 2012-2014. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012-2017. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -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_;