From a1d99197df9d450ddb365e5a2a4108cb75904f5f Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 6 Apr 2018 22:00:34 +0200 Subject: [PATCH] cut another bunch of include --- src/s4u/s4u_netzone.cpp | 5 +---- src/s4u/s4u_storage.cpp | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) 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" -- 2.20.1