X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/598328397729daa2c9b18d353ec8570d99eedbcc..d56dcaa0f75999a72b8ad6676b64a54e4f7c4a45:/src/mc/mc_private.h diff --git a/src/mc/mc_private.h b/src/mc/mc_private.h index a5ded6a4a1..189e52f014 100644 --- a/src/mc/mc_private.h +++ b/src/mc/mc_private.h @@ -7,52 +7,44 @@ #ifndef SIMGRID_MC_PRIVATE_H #define SIMGRID_MC_PRIVATE_H +#include "simgrid_config.h" + #include -#include "simgrid_config.h" #include -#include -#include #ifndef WIN32 #include #endif + #include +#include +#include +#include +#include + #include "mc/mc.h" -#include "src/mc/mc_base.h" #include "mc/datatypes.h" -#include "xbt/fifo.h" -#include "xbt/config.h" +#include "src/mc/mc_base.h" + +#include "src/simix/smx_private.h" +#include "src/xbt/mmalloc/mmprivate.h" #ifdef __cplusplus +#include "src/mc/mc_forward.hpp" #include "src/xbt/memory_map.hpp" #endif -#include "xbt/function_types.h" -#include "xbt/mmalloc.h" -#include "src/simix/smx_private.h" -#include "src/xbt/mmalloc/mmprivate.h" -#include "xbt/automaton.h" -#include "xbt/hash.h" -#include -#include "xbt/strbuff.h" -#include "xbt/parmap.h" -#include - -#include "src/mc/mc_forward.h" #include "src/mc/mc_protocol.h" SG_BEGIN_DECL() -typedef struct s_mc_function_index_item s_mc_function_index_item_t, *mc_function_index_item_t; - /********************************* MC Global **********************************/ XBT_PRIVATE void MC_init_dot_output(); XBT_PRIVATE extern FILE *dot_output; XBT_PRIVATE extern const char* colors[13]; -XBT_PRIVATE extern xbt_parmap_t parmap; XBT_PRIVATE extern int user_max_depth_reached;