From f039074c84613c277e0d4a65c047684ad3d699ed Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Fri, 20 Apr 2018 18:07:05 +0200 Subject: [PATCH] [EXAMPLES] Remove header from examples/replay --- examples/smpi/replay/replay.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. -- 2.20.1