Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
TODO--
[simgrid.git] / src / s4u / s4u_mutex.cpp
index 20d87d9e8b2d6289976d1191f09257d1f51c9aa3..7e0e8520d644807d7307208be6b14b9d4b2f0cf6 100644 (file)
@@ -1,14 +1,13 @@
-/* Copyright (c) 2006-2015. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2006-2017. The SimGrid Team. All rights reserved.          */
 
 /* 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 "src/simix/smx_synchro_private.h"
 
 #include "simgrid/s4u/Mutex.hpp"
-#include "../msg/msg_private.hpp"
 
 namespace simgrid {
 namespace s4u {