X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ff62437671d1e38ec348f57f90e74c55921e1d65..163f8696544cfc2c11a545b9ed06011903780031:/src/simix/smx_synchro_private.hpp diff --git a/src/simix/smx_synchro_private.hpp b/src/simix/smx_synchro_private.hpp index 22a765a38f..7c05cade35 100644 --- a/src/simix/smx_synchro_private.hpp +++ b/src/simix/smx_synchro_private.hpp @@ -6,9 +6,7 @@ #ifndef SIMIX_SYNCHRO_PRIVATE_H #define SIMIX_SYNCHRO_PRIVATE_H -#include "simgrid/s4u/ConditionVariable.hpp" #include "src/simix/ActorImpl.hpp" -#include smx_activity_t SIMIX_synchro_wait(sg_host_t smx_host, double timeout);