From 38125269905f14713309a1fc3cb3dbeb6e664c0f Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Tue, 15 Mar 2016 14:02:58 +0100 Subject: [PATCH] [mc] Remove useless stuff in mc_private.h --- src/mc/mc_private.h | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/src/mc/mc_private.h b/src/mc/mc_private.h index 964e94d316..24548e0722 100644 --- a/src/mc/mc_private.h +++ b/src/mc/mc_private.h @@ -7,47 +7,39 @@ #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 + #include "mc/mc.h" -#include "src/mc/mc_base.h" #include "mc/datatypes.h" -#include "xbt/fifo.h" -#include "xbt/config.h" - -#ifdef __cplusplus -#include "src/xbt/memory_map.hpp" -#endif +#include "src/mc/mc_base.h" -#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 -#include "xbt/strbuff.h" -#include "xbt/parmap.h" -#include #ifdef __cplusplus #include "src/mc/mc_forward.hpp" +#include "src/xbt/memory_map.hpp" #endif #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(); -- 2.20.1