X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e19e409cb82832c9b1f71b3cfaef58676b5f7ac8..1f5cc4e090af49a98da0e25e9ee21a8ce6ce30f8:/src/surf/network_smpi.cpp diff --git a/src/surf/network_smpi.cpp b/src/surf/network_smpi.cpp index 4fcd646267..ab023e913e 100644 --- a/src/surf/network_smpi.cpp +++ b/src/surf/network_smpi.cpp @@ -3,14 +3,13 @@ /* 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 "network_smpi.hpp" -#include "simgrid/kernel/routing/NetZoneImpl.hpp" -#include "simgrid/s4u/Engine.hpp" +#include +#include + #include "simgrid/sg_config.hpp" #include "smpi_utils.hpp" #include "src/kernel/EngineImpl.hpp" -#include "src/surf/surf_interface.hpp" -#include "surf/surf.hpp" +#include "src/surf/network_smpi.hpp" XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(res_network);