Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove/cleanup/fix #include
[simgrid.git] / src / mc / mc_hash.hpp
index 67505c5..68a408a 100644 (file)
@@ -8,15 +8,16 @@
 #define SIMGRID_MC_HASH_HPP
 
 #include <cstdint>
-#include <vector>
 
-#include "xbt/misc.h"
-#include "mc_snapshot.h"
+#include <xbt/base.h>
+
+#include "src/mc/mc_forward.hpp"
 
 namespace simgrid {
 namespace mc {
 
 typedef std::uint64_t hash_type;
+
 XBT_PRIVATE hash_type hash(simgrid::mc::Snapshot const& snapshot);
 
 }