X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2945198502e436f29236715c0baca1efadb64480..0805d73f8032718b02cce7be446bf87bad17905f:/src/mc/mc_comm_pattern.h diff --git a/src/mc/mc_comm_pattern.h b/src/mc/mc_comm_pattern.h index 2b128bf71c..b5ac8410dd 100644 --- a/src/mc/mc_comm_pattern.h +++ b/src/mc/mc_comm_pattern.h @@ -1,5 +1,4 @@ -/* Copyright (c) 2007-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2007-2017. 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,18 +6,10 @@ #ifndef SIMGRID_MC_COMM_PATTERN_H #define SIMGRID_MC_COMM_PATTERN_H -#include -#include - -#include #include -#include -#include - -#include "src/simix/smx_private.h" -#include "src/smpi/private.h" -#include +#include "smpi/smpi.h" +#include "xbt/dynar.h" #include "src/mc/mc_state.h" @@ -36,7 +27,7 @@ struct PatternCommunicationList { SG_BEGIN_DECL() /** - * Type: `xbt_dynar_t` + * Type: `xbt_dynar_t` */ extern XBT_PRIVATE xbt_dynar_t initial_communications_pattern;