X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/aad6508d97c47103669dec38517d206ede703fc2..705d7f1d9bb048c715a17cd5e726dbdbbd6b6d71:/src/s4u/s4u_mutex.cpp diff --git a/src/s4u/s4u_mutex.cpp b/src/s4u/s4u_mutex.cpp index 5e63f24149..c69ed49315 100644 --- a/src/s4u/s4u_mutex.cpp +++ b/src/s4u/s4u_mutex.cpp @@ -3,11 +3,8 @@ /* 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 "src/msg/msg_private.h" -#include "src/simix/smx_synchro_private.hpp" -#include "xbt/log.h" - #include "simgrid/s4u/Mutex.hpp" +#include "src/kernel/activity/MutexImpl.hpp" namespace simgrid { namespace s4u {