X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ebcb91551aa801d2353d854ffe9c1d1bf72d7db9..4b90ce2abff77ca7898fd9292a122440df739916:/src/mc/remote/mc_protocol.cpp diff --git a/src/mc/remote/mc_protocol.cpp b/src/mc/remote/mc_protocol.cpp index 65673779d8..690f9105d9 100644 --- a/src/mc/remote/mc_protocol.cpp +++ b/src/mc/remote/mc_protocol.cpp @@ -1,24 +1,11 @@ -/* Copyright (c) 2015-2017. The SimGrid Team. +/* Copyright (c) 2015-2020. 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. */ -#include -#include // std::size_t -#include // perror -#include - -#include -#include - -#include - -#include "src/mc/remote/Client.hpp" #include "src/mc/remote/mc_protocol.h" -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_protocol, mc, "Generic MC protocol logic"); - const char* MC_message_type_name(e_mc_message_type type) { switch (type) {