X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ca1146e64d38ec9ac89fb96d6a034a3617647529..564a883b3d816d2c5d227f5311d248ef799b5190:/src/include/mc/datatypes.h diff --git a/src/include/mc/datatypes.h b/src/include/mc/datatypes.h index 82a1146d70..401969f990 100644 --- a/src/include/mc/datatypes.h +++ b/src/include/mc/datatypes.h @@ -7,30 +7,23 @@ #ifndef MC_DATATYPE_H #define MC_DATATYPE_H +#include +#include + #ifdef _XBT_WIN32 # include /* context relative declarations */ #else # include /* context relative declarations */ #endif - -#include "xbt/misc.h" -#include "xbt/swag.h" -#include "xbt/fifo.h" - #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; @@ -39,7 +32,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 */