X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fbcf6ab31cae1988be858f9f894dafe529c575d7..47950eebfede4e41862022469d15e5e4fe19c7ba:/src/kernel/activity/MailboxImpl.hpp diff --git a/src/kernel/activity/MailboxImpl.hpp b/src/kernel/activity/MailboxImpl.hpp index b176c76cea..ac05e6688e 100644 --- a/src/kernel/activity/MailboxImpl.hpp +++ b/src/kernel/activity/MailboxImpl.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 SIMIX_MAILBOXIMPL_H -#define SIMIX_MAILBOXIMPL_H +#ifndef SIMGRID_KERNEL_ACTIVITY_MAILBOX_HPP +#define SIMGRID_KERNEL_ACTIVITY_MAILBOX_HPP #include #include @@ -57,4 +57,4 @@ public: XBT_PRIVATE void SIMIX_mailbox_exit(); -#endif /* SIMIX_MAILBOXIMPL_H */ +#endif