Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update .gitignore.
[simgrid.git] / src / s4u / s4u_mutex.cpp
index 5e63f241497ab3ea62f288a0f8dfb5543508237b..c69ed49315a65e9fc5288ca298a4b349480d3aa5 100644 (file)
@@ -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 {