X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/18f3ec7b57418d4881c22646dfbb991ac6f9b7a7..c312320c2e43da49b536c51a9d19b6ad6d66e489:/src/mc/mc_private.hpp?ds=sidebyside diff --git a/src/mc/mc_private.hpp b/src/mc/mc_private.hpp index b3168d11f9..facb90d12b 100644 --- a/src/mc/mc_private.hpp +++ b/src/mc/mc_private.hpp @@ -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 const& maps, simgrid::mc::ObjectInformation* result); -XBT_PRIVATE -bool snapshot_equal(const Snapshot* s1, const Snapshot* s2); - } // namespace simgrid::mc #endif