X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c691c0cb2afc0c532ca47f2eddcfbb6b2bf5aa33..c0a4a200c90b3384121aa4b6e30acaed9e3bd0ac:/src/kernel/context/Context.cpp diff --git a/src/kernel/context/Context.cpp b/src/kernel/context/Context.cpp index 292ff2e1c3..97b19857dc 100644 --- a/src/kernel/context/Context.cpp +++ b/src/kernel/context/Context.cpp @@ -1,21 +1,14 @@ -/* Copyright (c) 2007-2010, 2012-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2007-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 - -#include - #include "mc/mc.h" #include "src/kernel/context/Context.hpp" #include "src/simix/smx_private.h" +#include "src/mc/mc_ignore.h" + /** * @brief creates a new context for a user level process