X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/39d5ec8023f43008a79edc93ee7b255fd82d3c69..538731caed0c492e259c5f0b02a31c43037c1a5f:/src/mc/mc_comm_pattern.cpp diff --git a/src/mc/mc_comm_pattern.cpp b/src/mc/mc_comm_pattern.cpp index 25021c4682..48608a8e20 100644 --- a/src/mc/mc_comm_pattern.cpp +++ b/src/mc/mc_comm_pattern.cpp @@ -3,16 +3,16 @@ /* 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. */ -#include +#include #include "xbt/dynar.h" #include "xbt/sysdep.h" #include -#include "src/mc/mc_comm_pattern.h" -#include "src/mc/mc_smx.h" -#include "src/mc/mc_xbt.hpp" #include "src/mc/checker/CommunicationDeterminismChecker.hpp" +#include "src/mc/mc_comm_pattern.hpp" +#include "src/mc/mc_smx.hpp" +#include "src/mc/mc_xbt.hpp" using simgrid::mc::remote;