Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix #includes to automaton.h
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 4 Apr 2016 08:11:53 +0000 (10:11 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Mon, 4 Apr 2016 13:36:00 +0000 (15:36 +0200)
examples/msg/mc/bugged1_liveness.c
examples/msg/mc/bugged2_liveness.c
include/simgrid/modelchecker.h
src/mc/mc_private.h
src/mc/mc_visited.cpp

index 0494521..949020b 100644 (file)
@@ -18,7 +18,6 @@
 
 #include "simgrid/msg.h"
 #include "mc/mc.h"
 
 #include "simgrid/msg.h"
 #include "mc/mc.h"
-#include "xbt/automaton.h"
 #include "bugged1_liveness.h"
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(bugged1_liveness, "my log messages");
 #include "bugged1_liveness.h"
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(bugged1_liveness, "my log messages");
index da785bb..b82e3ac 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "simgrid/msg.h"
 #include "mc/mc.h"
 
 #include "simgrid/msg.h"
 #include "mc/mc.h"
-#include "xbt/automaton.h"
 #include "bugged2_liveness.h"
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(bugged3, "my log messages");
 #include "bugged2_liveness.h"
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(bugged3, "my log messages");
index a401b7a..0579ca6 100644 (file)
@@ -20,7 +20,6 @@
 #include <simgrid_config.h> /* HAVE_MC ? */
 
 #include <xbt/base.h>
 #include <simgrid_config.h> /* HAVE_MC ? */
 
 #include <xbt/base.h>
-#include <xbt/automaton.h>
 
 SG_BEGIN_DECL()
 
 
 SG_BEGIN_DECL()
 
index 28c1533..c3ea760 100644 (file)
@@ -22,6 +22,7 @@
 #include <xbt/fifo.h>
 #include <xbt/config.h>
 #include <xbt/base.h>
 #include <xbt/fifo.h>
 #include <xbt/config.h>
 #include <xbt/base.h>
+#include <xbt/automaton.h>
 
 #include "mc/mc.h"
 #include "mc/datatypes.h"
 
 #include "mc/mc.h"
 #include "mc/datatypes.h"
index fbdd510..ee5d9ee 100644 (file)
@@ -10,7 +10,6 @@
 #include <memory>
 #include <algorithm>
 
 #include <memory>
 #include <algorithm>
 
-#include <xbt/automaton.h>
 #include <xbt/log.h>
 #include <xbt/sysdep.h>
 #include <xbt/dynar.h>
 #include <xbt/log.h>
 #include <xbt/sysdep.h>
 #include <xbt/dynar.h>