From: Christian Heinrich Date: Mon, 4 Jun 2018 09:05:07 +0000 (+0200) Subject: [SMPI] Replay: Add/remove headers X-Git-Tag: v3.20~48 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/80023e612a9047df33d98791d62c53b16b7f7f35 [SMPI] Replay: Add/remove headers --- diff --git a/src/smpi/internals/smpi_replay.cpp b/src/smpi/internals/smpi_replay.cpp index 2c5c920dfd..94845f41bb 100644 --- a/src/smpi/internals/smpi_replay.cpp +++ b/src/smpi/internals/smpi_replay.cpp @@ -3,17 +3,15 @@ /* 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. */ -#include "private.hpp" #include "smpi_coll.hpp" #include "smpi_comm.hpp" #include "smpi_datatype.hpp" #include "smpi_group.hpp" -#include "smpi_process.hpp" #include "smpi_request.hpp" #include "xbt/replay.hpp" #include +#include -#include #include #include #include