From: Gabriel Corona Date: Mon, 4 Apr 2016 15:26:03 +0000 (+0200) Subject: [mc] Fix #includes X-Git-Tag: v3_13~187^2~1 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f0e56bf82001574ff1b593f79b84c6330b751261?ds=sidebyside [mc] Fix #includes --- diff --git a/src/mc/CommunicationDeterminismChecker.cpp b/src/mc/CommunicationDeterminismChecker.cpp index b2c8e0babc..cf2593bfce 100644 --- a/src/mc/CommunicationDeterminismChecker.cpp +++ b/src/mc/CommunicationDeterminismChecker.cpp @@ -8,7 +8,6 @@ #include #include -#include #include #include diff --git a/src/mc/CommunicationDeterminismChecker.hpp b/src/mc/CommunicationDeterminismChecker.hpp index a33c5ce8e8..4c00ce6273 100644 --- a/src/mc/CommunicationDeterminismChecker.hpp +++ b/src/mc/CommunicationDeterminismChecker.hpp @@ -5,6 +5,9 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include +#include +#include +#include #include "src/mc/mc_forward.hpp" #include "src/mc/Checker.hpp" diff --git a/src/mc/SafetyChecker.cpp b/src/mc/SafetyChecker.cpp index 25abd4bb1c..bb759a346e 100644 --- a/src/mc/SafetyChecker.cpp +++ b/src/mc/SafetyChecker.cpp @@ -10,9 +10,6 @@ #include #include -#include -#include -#include #include #include "src/mc/mc_state.h" diff --git a/src/mc/SafetyChecker.hpp b/src/mc/SafetyChecker.hpp index 4f60b792ec..82c2bbb3fb 100644 --- a/src/mc/SafetyChecker.hpp +++ b/src/mc/SafetyChecker.hpp @@ -9,6 +9,8 @@ #include #include +#include +#include #include "src/mc/mc_forward.hpp" #include "src/mc/Checker.hpp"