From: Martin Quinson Date: Fri, 6 Apr 2018 20:00:34 +0000 (+0200) Subject: cut another bunch of include X-Git-Tag: v3.20~512 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a1d99197df9d450ddb365e5a2a4108cb75904f5f cut another bunch of include --- diff --git a/src/s4u/s4u_netzone.cpp b/src/s4u/s4u_netzone.cpp index 09a00f48cd..03ba50ec39 100644 --- a/src/s4u/s4u_netzone.cpp +++ b/src/s4u/s4u_netzone.cpp @@ -7,10 +7,7 @@ #include "simgrid/s4u/Engine.hpp" #include "simgrid/s4u/Host.hpp" #include "simgrid/s4u/NetZone.hpp" -#include "simgrid/simix.hpp" -#include "src/surf/network_interface.hpp" // Link FIXME: move to proper header -#include "xbt/log.h" -#include +#include "simgrid/zone.h" XBT_LOG_NEW_DEFAULT_CATEGORY(s4u_netzone, "S4U Networking Zones"); diff --git a/src/s4u/s4u_storage.cpp b/src/s4u/s4u_storage.cpp index 1c3d02d8b6..780d5c71a2 100644 --- a/src/s4u/s4u_storage.cpp +++ b/src/s4u/s4u_storage.cpp @@ -3,12 +3,9 @@ /* 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 "simgrid/kernel/resource/Resource.hpp" -#include "simgrid/plugins/file_system.h" #include "simgrid/s4u/Engine.hpp" #include "simgrid/s4u/Host.hpp" #include "simgrid/s4u/Storage.hpp" -#include "simgrid/simix.hpp" #include "simgrid/storage.h" #include "src/surf/StorageImpl.hpp"