X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9f56ed220cda230775eba337d021346c01ae37b8..a49a03122b2def71ff741e78d15b38cd1d171184:/src/mc/Session.cpp diff --git a/src/mc/Session.cpp b/src/mc/Session.cpp index 566858b8ad..810351b139 100644 --- a/src/mc/Session.cpp +++ b/src/mc/Session.cpp @@ -1,11 +1,11 @@ -/* Copyright (c) 2015-2016. The SimGrid Team. +/* Copyright (c) 2015-2017. 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 #include -#include #include @@ -20,7 +20,7 @@ #include "src/mc/mc_private.h" #include "src/mc/checker/Checker.hpp" -#include "src/smpi/private.hpp" +#include "src/smpi/include/private.hpp" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_Session, mc, "Model-checker session");