Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
satisfy travis by removing some useless lines
authorTakishipp <toufik.boubehziz@gmail.com>
Thu, 23 Nov 2017 09:59:39 +0000 (10:59 +0100)
committerTakishipp <toufik.boubehziz@gmail.com>
Thu, 23 Nov 2017 09:59:39 +0000 (10:59 +0100)
examples/s4u/actor-yield/s4u-actor-yield.cpp

index f554233..7eea17a 100644 (file)
@@ -4,9 +4,6 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "simgrid/s4u.hpp"
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "simgrid/s4u.hpp"
-#include "src/simix/ActorImpl.hpp"
-#include "src/simix/smx_private.h"
-#include <string>
 
 /* This example does not much: It just spans over-polite actor that yield a large amount
 * of time before ending.
 
 /* This example does not much: It just spans over-polite actor that yield a large amount
 * of time before ending.