X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/344675a92e654095d45d949867394e7b7ffcad12..21703dce5b816c7f87b16b29b44129b27629e71f:/examples/s4u/app-bittorrent/s4u-bittorrent.hpp diff --git a/examples/s4u/app-bittorrent/s4u-bittorrent.hpp b/examples/s4u/app-bittorrent/s4u-bittorrent.hpp index 06fabfa086..126017acd3 100644 --- a/examples/s4u/app-bittorrent/s4u-bittorrent.hpp +++ b/examples/s4u/app-bittorrent/s4u-bittorrent.hpp @@ -7,8 +7,8 @@ #ifndef BITTORRENT_BITTORRENT_HPP_ #define BITTORRENT_BITTORRENT_HPP_ -#include #include +#include constexpr char TRACKER_MAILBOX[] = "tracker_mailbox"; /** Max number of peers sent by the tracker to clients */ @@ -77,6 +77,4 @@ public: : type(type), peer_id(peer_id), return_mailbox(return_mailbox), piece(piece){}; }; -extern std::default_random_engine generator; - #endif /* BITTORRENT_BITTORRENT_HPP_ */