X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e6dcda80c72f6c1c092cf257c308812fe4442599..03b24505f40da4306ebf6f2b56c42941ae1d97e4:/src/mc/mc_comm_pattern.hpp diff --git a/src/mc/mc_comm_pattern.hpp b/src/mc/mc_comm_pattern.hpp index ca221ea58d..401c68fd19 100644 --- a/src/mc/mc_comm_pattern.hpp +++ b/src/mc/mc_comm_pattern.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2021. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -7,9 +7,7 @@ #define SIMGRID_MC_COMM_PATTERN_H #include - -#include "smpi/smpi.h" -#include "src/mc/mc_state.hpp" +#include "src/mc/mc_pattern.hpp" namespace simgrid { namespace mc { @@ -61,6 +59,4 @@ static inline simgrid::mc::CallType MC_get_call_type(const s_smx_simcall* req) } } -XBT_PRIVATE void MC_restore_communications_pattern(simgrid::mc::State* state); - #endif