Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
clang-format broke my commit
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 16 Jan 2017 21:33:55 +0000 (22:33 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 16 Jan 2017 21:33:55 +0000 (22:33 +0100)
src/mc/VisitedState.hpp
src/mc/checker/CommunicationDeterminismChecker.cpp
src/mc/checker/CommunicationDeterminismChecker.hpp
src/mc/checker/SafetyChecker.hpp

index b9e8596..eced3ec 100644 (file)
@@ -12,6 +12,7 @@
 #include <memory>
 
 #include "src/mc/mc_snapshot.h"
+#include "src/mc/mc_state.h"
 
 namespace simgrid {
 namespace mc {
index 741e7ad..6c93733 100644 (file)
@@ -13,7 +13,6 @@
 #include "src/mc/Transition.hpp"
 #include "src/mc/VisitedState.hpp"
 #include "src/mc/checker/CommunicationDeterminismChecker.hpp"
-#include "src/mc/mc_comm_pattern.h"
 #include "src/mc/mc_exit.h"
 #include "src/mc/mc_private.h"
 #include "src/mc/mc_record.h"
index 88b1fdb..d185c90 100644 (file)
@@ -9,9 +9,10 @@
 #include <string>
 #include <vector>
 
-#include "src/mc/mc_forward.hpp"
-#include "src/mc/checker/Checker.hpp"
 #include "src/mc/VisitedState.hpp"
+#include "src/mc/checker/Checker.hpp"
+#include "src/mc/mc_comm_pattern.h"
+#include "src/mc/mc_forward.hpp"
 
 #ifndef SIMGRID_MC_COMMUNICATION_DETERMINISM_CHECKER_HPP
 #define SIMGRID_MC_COMMUNICATION_DETERMINISM_CHECKER_HPP
index f5b3de4..0efcdae 100644 (file)
 #include <string>
 #include <vector>
 
-#include "src/mc/mc_forward.hpp"
-#include "src/mc/checker/Checker.hpp"
 #include "src/mc/VisitedState.hpp"
+#include "src/mc/checker/Checker.hpp"
+#include "src/mc/mc_forward.hpp"
+#include "src/mc/mc_safety.h"
 
 namespace simgrid {
 namespace mc {