X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6de03ecc4e630732984a0673512a5d15fd75e270..6501986e55fe682fc638b7c15a43ee01f95d0f90:/src/smpi/colls/colls_private.h diff --git a/src/smpi/colls/colls_private.h b/src/smpi/colls/colls_private.h index cedb4bb613..7ae80dc00b 100644 --- a/src/smpi/colls/colls_private.h +++ b/src/smpi/colls/colls_private.h @@ -1,5 +1,4 @@ -/* Copyright (c) 2013-2014. The SimGrid Team. - * All rights reserved. */ +/* 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. */ @@ -7,7 +6,12 @@ #ifndef SMPI_COLLS_PRIVATE_H #define SMPI_COLLS_PRIVATE_H -#include "colls.h" +#include +#include "smpi/mpi.h" +#include "src/smpi/private.h" +#include "xbt/ex.h" +#include "xbt.h" +#include "../smpi_coll.hpp" XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(smpi_colls);