Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'fix-comm-signal' into 'master'
[simgrid.git] / src / mc / mc_private.hpp
index b3168d1..facb90d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2022. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2007-2023. The SimGrid Team. All rights reserved.          */
 
 /* 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. */
@@ -6,7 +6,7 @@
 #ifndef SIMGRID_MC_PRIVATE_HPP
 #define SIMGRID_MC_PRIVATE_HPP
 
-#include "mc/mc.h"
+#include "src/mc/mc.h"
 #include "xbt/automaton.h"
 
 #include "src/mc/mc_forward.hpp"
@@ -18,9 +18,6 @@ namespace simgrid::mc {
 XBT_PRIVATE void find_object_address(std::vector<simgrid::xbt::VmMap> const& maps,
                                      simgrid::mc::ObjectInformation* result);
 
-XBT_PRIVATE
-bool snapshot_equal(const Snapshot* s1, const Snapshot* s2);
-
 } // namespace simgrid::mc
 
 #endif