]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/checker/Checker.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SafetyChecker::run() uses mc_api
[simgrid.git] / src / mc / checker / Checker.cpp
index 6ca26a6cdd09635c5faf6a5e7694eb903cf5011e..e03f5f271b71619f23712a6fae4ad3f4646fbf14 100644 (file)
@@ -1,15 +1,12 @@
-/* Copyright (c) 2016-2019. The SimGrid Team.
+/* Copyright (c) 2016-2020. 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. */
 
-#include <string>
-
-#include <xbt/asserts.h>
-
 #include "src/mc/checker/Checker.hpp"
 #include "src/mc/ModelChecker.hpp"
+#include "xbt/asserts.h"
 
 namespace simgrid {
 namespace mc {
@@ -21,5 +18,5 @@ Checker::Checker(Session& s) : session_(&s)
   mc_model_checker->setChecker(this);
 }
 
-}
-}
+} // namespace mc
+} // namespace simgrid