Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
UPPER_CASE the Action::State values (+ uniformity with s4u::Activity)
[simgrid.git] / teshsuite / mc / mutex-handling / mutex-handling.c
index e13bd2f..cc25995 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (c) 2015. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2015-2018. 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. */
@@ -19,9 +18,9 @@
  * and the MC does not find the counter-example.
  */
 
+#include "simgrid/modelchecker.h"
 #include "simgrid/msg.h"
-#include "mc/mc.h"
-#include <xbt/synchro_core.h>
+#include <xbt/synchro.h>
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example");