X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/15badc71ce964f6dae6428c9a4c0198fad5d4936..b83ad9c88af4715987015ddc91ac93ad749df428:/src/smpi/colls/colls_private.h diff --git a/src/smpi/colls/colls_private.h b/src/smpi/colls/colls_private.h index 66a2114be3..c621957823 100644 --- a/src/smpi/colls/colls_private.h +++ b/src/smpi/colls/colls_private.h @@ -1,7 +1,19 @@ +/* Copyright (c) 2013-2017. 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. */ + #ifndef SMPI_COLLS_PRIVATE_H #define SMPI_COLLS_PRIVATE_H -#include "colls.h" +#include +#include "smpi/mpi.h" +#include "src/smpi/private.h" +#include "src/smpi/smpi_coll.hpp" +#include "src/smpi/smpi_comm.hpp" +#include "src/smpi/smpi_datatype.hpp" +#include "src/smpi/smpi_op.hpp" +#include "src/smpi/smpi_request.hpp" XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(smpi_colls);