Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix MC despite clang-format sorting the headers alphabetically while I would prefer...
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 11 Feb 2022 17:01:25 +0000 (18:01 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 11 Feb 2022 17:01:25 +0000 (18:01 +0100)
src/mc/TransitionComm.cpp
src/mc/TransitionComm.hpp

index e40f6cc..328c977 100644 (file)
@@ -4,7 +4,6 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "src/mc/TransitionComm.hpp"
-#include "src/mc/Transition.hpp"
 #include "xbt/asserts.h"
 #include <simgrid/config.h>
 #if SIMGRID_HAVE_MC
index 8c6f57c..e6fa6c9 100644 (file)
@@ -7,8 +7,9 @@
 #ifndef SIMGRID_MC_TRANSITION_COMM_HPP
 #define SIMGRID_MC_TRANSITION_COMM_HPP
 
-#include "simgrid/forward.h" // aid_t
 #include "src/kernel/actor/SimcallObserver.hpp"
+#include "src/mc/Transition.hpp"
+
 #include <string>
 
 namespace simgrid {