X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8cb6506f65799af09c57dfea8dd68d0ee40d4507..d0990e46662af11129cbcbaa018499d7f1244538:/src/include/mc/datatypes.h diff --git a/src/include/mc/datatypes.h b/src/include/mc/datatypes.h index 0b45c09f97..2ae50636a1 100644 --- a/src/include/mc/datatypes.h +++ b/src/include/mc/datatypes.h @@ -7,25 +7,18 @@ #ifndef MC_DATATYPE_H #define MC_DATATYPE_H -#include - -#include "xbt/misc.h" -#include "xbt/swag.h" -#include "xbt/fifo.h" +#include +#include +#include /* context relative declarations */ #if HAVE_MC -#include #include #endif SG_BEGIN_DECL() -/******************************* Transitions **********************************/ - typedef struct s_mc_transition *mc_transition_t; -/*********** Structures for snapshot comparison **************************/ - typedef struct s_stack_region{ void *address; ucontext_t* context; @@ -34,7 +27,6 @@ typedef struct s_stack_region{ int process_index; }s_stack_region_t, *stack_region_t; -/************ DWARF structures *************/ - SG_END_DECL() + #endif /* _MC_MC_H */