X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/061c4defffee6df56ee3584c991a99ba3b66e9dd..d4836dbfe1376399c84e1522fc2c2a0f8e410c5c:/src/s4u/s4u_mutex.cpp diff --git a/src/s4u/s4u_mutex.cpp b/src/s4u/s4u_mutex.cpp index 11ea4b9426..c69ed49315 100644 --- a/src/s4u/s4u_mutex.cpp +++ b/src/s4u/s4u_mutex.cpp @@ -4,7 +4,7 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "simgrid/s4u/Mutex.hpp" -#include "src/simix/MutexImpl.hpp" +#include "src/kernel/activity/MutexImpl.hpp" namespace simgrid { namespace s4u {