X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e63fc8d05c3ae2e35ac7baa6ff7c357b06ddff4f..47950eebfede4e41862022469d15e5e4fe19c7ba:/src/kernel/activity/ConditionVariableImpl.hpp diff --git a/src/kernel/activity/ConditionVariableImpl.hpp b/src/kernel/activity/ConditionVariableImpl.hpp index 7945f2a618..0095699f05 100644 --- a/src/kernel/activity/ConditionVariableImpl.hpp +++ b/src/kernel/activity/ConditionVariableImpl.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_KERNEL_ACTIVITY_CONDITIONVARIABLEIMPL_HPP -#define SIMGRID_KERNEL_ACTIVITY_CONDITIONVARIABLEIMPL_HPP +#ifndef SIMGRID_KERNEL_ACTIVITY_CONDITIONVARIABLE_HPP +#define SIMGRID_KERNEL_ACTIVITY_CONDITIONVARIABLE_HPP #include "simgrid/s4u/ConditionVariable.hpp" #include "src/kernel/actor/ActorImpl.hpp"