Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : fix dependancies without MC
authorMarion Guthmuller <marion.guthmuller@inria.fr>
Thu, 23 Apr 2015 11:07:41 +0000 (13:07 +0200)
committerMarion Guthmuller <marion.guthmuller@inria.fr>
Thu, 23 Apr 2015 11:07:41 +0000 (13:07 +0200)
src/include/mc/datatypes.h
src/mc/mc_private.h

index 22c7e4f..d38acbd 100644 (file)
@@ -11,9 +11,6 @@
 #include "xbt/swag.h"
 #include "xbt/fifo.h"
 
-#include <libunwind.h>
-#include <dwarf.h>
-
 SG_BEGIN_DECL()
 
 /******************************* Transitions **********************************/
index c19aa1f..4d2e916 100644 (file)
@@ -23,6 +23,8 @@
 #include "mc/datatypes.h"
 #include "xbt/fifo.h"
 #include "xbt/config.h"
+#include <libunwind.h>
+#include <dwarf.h>
 
 #include "xbt/function_types.h"
 #include "xbt/mmalloc.h"