From: Arnaud Giersch Date: Sun, 22 Oct 2017 19:06:47 +0000 (+0200) Subject: Fix include guard. X-Git-Tag: v3.18~397^2~24 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3fecac5b3070e10c780c6aa2f2b693f8cefe7e27?ds=sidebyside Fix include guard. --- diff --git a/src/kernel/context/ContextRaw.hpp b/src/kernel/context/ContextRaw.hpp index b4f30ec56c..f2c9bc6765 100644 --- a/src/kernel/context/ContextRaw.hpp +++ b/src/kernel/context/ContextRaw.hpp @@ -3,8 +3,8 @@ /* 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_SIMIX_BOOST_CONTEXT_HPP -#define SIMGRID_SIMIX_BOOST_CONTEXT_HPP +#ifndef SIMGRID_SIMIX_RAW_CONTEXT_HPP +#define SIMGRID_SIMIX_RAW_CONTEXT_HPP #include #include