X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/772fbe2c6395ac920d8e7907dc39749d458f02b6..3c2534ab455931a11774905e677e1498815de10c:/include/xbt/sysdep.h diff --git a/include/xbt/sysdep.h b/include/xbt/sysdep.h index 82f2c24b86..fac49a749f 100644 --- a/include/xbt/sysdep.h +++ b/include/xbt/sysdep.h @@ -8,8 +8,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_SYSDEP_H -#define _XBT_SYSDEP_H +#ifndef XBT_SYSDEP_H +#define XBT_SYSDEP_H #include "xbt/log.h" #include "xbt/misc.h" @@ -136,4 +136,4 @@ SG_END_DECL() /** @} */ -#endif /* _XBT_SYSDEP_H */ +#endif /* XBT_SYSDEP_H */