Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
only use public headers from MC examples too
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 19 Mar 2018 19:42:35 +0000 (20:42 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 19 Mar 2018 19:42:35 +0000 (20:42 +0100)
examples/msg/mc/bugged1_liveness.c
examples/msg/mc/bugged2_liveness.c

index cfd16e1..d334f66 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012-2017. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2012-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. */
@@ -15,8 +15,8 @@
 #include <unistd.h>
 #endif
 
-#include "simgrid/msg.h"
-#include "mc/mc.h"
+#include <simgrid/modelchecker.h>
+#include <simgrid/msg.h>
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(bugged1_liveness, "my log messages");
 
index b363faf..5a6d2d2 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (c) 2012-2015. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2012-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. */
@@ -10,8 +9,8 @@
 /* LTL property checked : !(GFcs)                                             */
 /******************************************************************************/
 
-#include "simgrid/msg.h"
-#include "mc/mc.h"
+#include <simgrid/modelchecker.h>
+#include <simgrid/msg.h>
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(bugged3, "my log messages");