X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/333cf156425b06d0a1c8f37679207204971d040f..061c4defffee6df56ee3584c991a99ba3b66e9dd:/src/s4u/s4u_mutex.cpp diff --git a/src/s4u/s4u_mutex.cpp b/src/s4u/s4u_mutex.cpp index 7e0e8520d6..11ea4b9426 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.hpp" -#include "src/simix/smx_synchro_private.hpp" -#include "xbt/log.h" - #include "simgrid/s4u/Mutex.hpp" +#include "src/simix/MutexImpl.hpp" namespace simgrid { namespace s4u {