Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar by naming parameters
[simgrid.git] / src / msg / msg_synchro.cpp
index 4090fb391122910f25529dccb381b9e983cfdd0e..a4801868e9bb6c6762a6ada03f8525533af0a1a9 100644 (file)
@@ -4,12 +4,10 @@
 /* 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. */
 
 /* 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 <xbt/ex.hpp>
+#include "xbt/ex.hpp"
 
 #include "msg_private.h"
 
 #include "msg_private.h"
-#include "xbt/log.h"
 #include "xbt/synchro.h"
 #include "xbt/synchro.h"
-#include "xbt/sysdep.h"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_synchro, msg, "Logging specific to MSG (synchro)");
 
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_synchro, msg, "Logging specific to MSG (synchro)");