From: Christian Heinrich Date: Fri, 20 Apr 2018 16:07:05 +0000 (+0200) Subject: [EXAMPLES] Remove header from examples/replay X-Git-Tag: v3.20~347 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f039074c84613c277e0d4a65c047684ad3d699ed?ds=sidebyside [EXAMPLES] Remove header from examples/replay --- diff --git a/examples/smpi/replay/replay.cpp b/examples/smpi/replay/replay.cpp index e6175e437f..399fa79d10 100644 --- a/examples/smpi/replay/replay.cpp +++ b/examples/smpi/replay/replay.cpp @@ -3,8 +3,7 @@ /* 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 -#include "xbt/replay.hpp" +#include xbt/replay.hpp" #include "smpi/smpi.h" /* This shows how to extend the trace format by adding a new kind of events.