X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/54a0d3535520d228f830d6d0397fa2b0b26293de..9aa3a4378d516f0d92531f6f98a127c4a798386e:/src/kernel/context/Context.hpp diff --git a/src/kernel/context/Context.hpp b/src/kernel/context/Context.hpp index 1bbcd8b0a7..fec402efdf 100644 --- a/src/kernel/context/Context.hpp +++ b/src/kernel/context/Context.hpp @@ -1,10 +1,10 @@ -/* Copyright (c) 2007-2016. 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. */ -#ifndef _SIMGRID_KERNEL_CONTEXT_CONTEXT_HPP -#define _SIMGRID_KERNEL_CONTEXT_CONTEXT_HPP +#ifndef SIMGRID_KERNEL_CONTEXT_CONTEXT_HPP +#define SIMGRID_KERNEL_CONTEXT_CONTEXT_HPP #include #include @@ -23,7 +23,6 @@ #include "xbt/config.h" #include "xbt/xbt_os_time.h" #include "xbt/function_types.h" -#include "src/xbt/ex_interface.h" #include "src/instr/instr_private.h" #include "src/simix/smx_host_private.h" #include "src/simix/smx_io_private.h"