From 3fecac5b3070e10c780c6aa2f2b693f8cefe7e27 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Sun, 22 Oct 2017 21:06:47 +0200 Subject: [PATCH] Fix include guard. --- src/kernel/context/ContextRaw.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1