X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/794197ca26e1237d004cb9f3b3fc9f2f754f4ea1..ebc355d0c96552d0bc2aa301d90723490337bca3:/src/s4u/s4u_Comm.cpp diff --git a/src/s4u/s4u_Comm.cpp b/src/s4u/s4u_Comm.cpp index a841ac44ac..7aa422a49b 100644 --- a/src/s4u/s4u_Comm.cpp +++ b/src/s4u/s4u_Comm.cpp @@ -4,7 +4,6 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "src/msg/msg_private.hpp" -#include "src/simix/ActorImpl.hpp" #include "xbt/log.h" #include "simgrid/Exception.hpp" @@ -223,7 +222,7 @@ bool Comm::test() return false; } -MailboxPtr Comm::get_mailbox() +Mailbox* Comm::get_mailbox() { return mailbox_; }