X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a22eac4ecebbfe32bc971d40680651b7ab1af4d4..acd052f4e734a5580577a6462a6e08c0ea3b5509:/src/mc/mc_ignore.h diff --git a/src/mc/mc_ignore.h b/src/mc/mc_ignore.h index fef3326247..58f1795577 100644 --- a/src/mc/mc_ignore.h +++ b/src/mc/mc_ignore.h @@ -7,20 +7,14 @@ #define SIMGRID_MC_IGNORE_H #include "src/internal_config.h" -#include "xbt/dynar.h" #if HAVE_UCONTEXT_H #include /* context relative declarations */ -#endif - SG_BEGIN_DECL(); - -#if HAVE_UCONTEXT_H XBT_PUBLIC(void) MC_register_stack_area(void *stack, smx_actor_t process, ucontext_t* context, size_t size); -#endif - - SG_END_DECL(); #endif + +#endif