X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/794555c12839e503e3fd6e101e3e82336036939e..96cedde3cdbc0b8ffc3f096a1b65d021b0226f99:/src/smpi/colls/colls_private.hpp diff --git a/src/smpi/colls/colls_private.hpp b/src/smpi/colls/colls_private.hpp index dc897fe16a..db6b2e7622 100644 --- a/src/smpi/colls/colls_private.hpp +++ b/src/smpi/colls/colls_private.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2013-2019. 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. */ @@ -6,14 +6,14 @@ #ifndef SMPI_COLLS_PRIVATE_HPP #define SMPI_COLLS_PRIVATE_HPP -#include -#include "smpi/mpi.h" #include "private.hpp" +#include "smpi/mpi.h" #include "smpi_coll.hpp" #include "smpi_comm.hpp" #include "smpi_datatype.hpp" #include "smpi_op.hpp" #include "smpi_request.hpp" +#include XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(smpi_colls);