Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
also remove xbt/automaton which was only useful to stateful MC
[simgrid.git] / src / mc / mc_private.hpp
index 86f47a6..d4185f0 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,8 +6,7 @@
 #ifndef SIMGRID_MC_PRIVATE_HPP
 #define SIMGRID_MC_PRIVATE_HPP
 
-#include "mc/mc.h"
-#include "xbt/automaton.h"
+#include "src/mc/mc.h"
 
 #include "src/mc/mc_forward.hpp"
 #include "src/xbt/memory_map.hpp"