Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill unused DynarRange; move newDeleteDynar() in dynar.h.
[simgrid.git] / src / mc / checker / LivenessChecker.cpp
index cf35963776be5a6f4ff0d03e18dcb831f5a02319..8d87f5b4455c20c8af7ca09bc8bb24a42e4b5ef7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2011-2017. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2011-2018. 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. */
@@ -15,7 +15,6 @@
 
 #include <xbt/automaton.h>
 #include <xbt/dynar.h>
-#include <xbt/dynar.hpp>
 #include <xbt/log.h>
 #include <xbt/sysdep.h>