X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c6de5d3fc33ec47c1b0d97e24463de43dd4eb129..48eb2f1b9262fc74f527816c348ed2aa6efa9f65:/include/simgrid/jedule/jedule.hpp diff --git a/include/simgrid/jedule/jedule.hpp b/include/simgrid/jedule/jedule.hpp index 372f265ad4..ebb956ed2e 100644 --- a/include/simgrid/jedule/jedule.hpp +++ b/include/simgrid/jedule/jedule.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2012, 2014-2015. The SimGrid Team. +/* Copyright (c) 2010-2012, 2014-2017. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -6,13 +6,13 @@ #ifndef JEDULE_HPP_ #define JEDULE_HPP_ -#include #include "simgrid_config.h" +#include #include "jedule_events.hpp" #include "jedule_platform.hpp" -#if HAVE_JEDULE +#if SIMGRID_HAVE_JEDULE XBT_ATTRIB_UNUSED static std::unordered_map host2_simgrid_parent_container; XBT_ATTRIB_UNUSED static std::unordered_map container_name2container;