Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
attempt to get rid of all const_cast
[simgrid.git] / include / xbt / synchro.h
index d0664f9..340ef71 100644 (file)
@@ -5,8 +5,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 _XBT_THREAD_H
-#define _XBT_THREAD_H
+#ifndef XBT_THREAD_H
+#define XBT_THREAD_H
 
 #include <simgrid/simix.h>