X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5a97de8c98502af9f74cfceb924fa02e0fd80925..d13b1659a0c2551ee41b287a269e391bb2d7bc8a:/src/simix/popping_private.h diff --git a/src/simix/popping_private.h b/src/simix/popping_private.h index 8eefe725ac..dc8c59df52 100644 --- a/src/simix/popping_private.h +++ b/src/simix/popping_private.h @@ -13,7 +13,7 @@ SG_BEGIN_DECL() XBT_PUBLIC(const char*) simcall_names[]; /* Name of each simcall */ #include "popping_enum.h" /* Definition of e_smx_simcall_t, with one value per simcall */ -#include "mc/mc_interface.h" /* Definition of mc_snapshot_t, used by one simcall */ +#include "mc/mc_forward.h" /* Definition of mc_snapshot_t, used by one simcall */ typedef int (*simix_match_func_t)(void *, void *, smx_synchro_t); typedef void (*simix_copy_data_func_t)(smx_synchro_t, void*, size_t);