X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/40334ce6fe520b2fa7d1e240716e4f34a5fdc74e..fa222c38f9b796be07ab4351ffc810a61a8fd705:/src/mc/mc_safety.h diff --git a/src/mc/mc_safety.h b/src/mc/mc_safety.h index 00e4a0f559..90bc4e07ff 100644 --- a/src/mc/mc_safety.h +++ b/src/mc/mc_safety.h @@ -1,17 +1,17 @@ -/* Copyright (c) 2007-2014. The SimGrid Team. +/* Copyright (c) 2007-2015. 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 MC_SAFETY_H -#define MC_SAFETY_H +#ifndef SIMGRID_MC_SAFETY_H +#define SIMGRID_MC_SAFETY_H #include #include #include -#include "mc_forward.h" +#include "mc_forward.hpp" #include "mc_state.h" SG_BEGIN_DECL()