X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d656f9465e7b1c36319f86eeafdcec58fe9551a4..9fd6cbc6c3b06f4b09e3c3339ffb3cc8a68f9bfa:/src/simix/smx_network_private.hpp diff --git a/src/simix/smx_network_private.hpp b/src/simix/smx_network_private.hpp index 0540c7b511..c059ed68ce 100644 --- a/src/simix/smx_network_private.hpp +++ b/src/simix/smx_network_private.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2018. 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. */ @@ -6,9 +6,8 @@ #ifndef SIMIX_NETWORK_PRIVATE_HPP #define SIMIX_NETWORK_PRIVATE_HPP -#include "simgrid/s4u/Mailbox.hpp" -#include "src/kernel/activity/MailboxImpl.hpp" -#include "src/simix/ActorImpl.hpp" +#include "simgrid/forward.h" +#include "src/simix/popping_private.hpp" XBT_PRIVATE smx_activity_t SIMIX_comm_irecv(smx_actor_t dst_proc, smx_mailbox_t mbox, void* dst_buff, size_t* dst_buff_size,