Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[EXAMPLES] Remove header from examples/replay
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Fri, 20 Apr 2018 16:07:05 +0000 (18:07 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Fri, 20 Apr 2018 16:07:05 +0000 (18:07 +0200)
examples/smpi/replay/replay.cpp

index e6175e4..399fa79 100644 (file)
@@ -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 <simgrid/plugins/load_balancer.h>
-#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.