Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Merge Server class into ModelChecker
[simgrid.git] / src / mc / mc_ignore.cpp
index 8ae16f4..d758c7f 100644 (file)
@@ -4,11 +4,11 @@
 /* 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. */
 
-#include "internal_config.h"
-#include "mc_dwarf.hpp"
+#include "src/internal_config.h"
+#include "mc_object_info.h"
 #include "mc_private.h"
-#include "smpi/private.h"
-#include "mc/mc_snapshot.h"
+#include "src/smpi/private.h"
+#include "src/mc/mc_snapshot.h"
 #include "mc_ignore.h"
 #include "mc_protocol.h"
 #include "mc_client.h"