From: Takishipp Date: Thu, 23 Nov 2017 09:59:39 +0000 (+0100) Subject: satisfy travis by removing some useless lines X-Git-Tag: v3.18~227^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/bd1c1cc6ca03034e2c84ec34a26a27e99d1b9d56 satisfy travis by removing some useless lines --- diff --git a/examples/s4u/actor-yield/s4u-actor-yield.cpp b/examples/s4u/actor-yield/s4u-actor-yield.cpp index f55423335d..7eea17a88e 100644 --- a/examples/s4u/actor-yield/s4u-actor-yield.cpp +++ b/examples/s4u/actor-yield/s4u-actor-yield.cpp @@ -4,9 +4,6 @@ * 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 /* This example does not much: It just spans over-polite actor that yield a large amount * of time before ending.