Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into S4U
[simgrid.git] / src / mc / mc_safety.h
index 00e4a0f..90bc4e0 100644 (file)
@@ -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 <stdint.h>
 
 #include <simgrid_config.h>
 #include <xbt/dict.h>
-#include "mc_forward.h"
+#include "mc_forward.hpp"
 #include "mc_state.h"
 
 SG_BEGIN_DECL()