From: Martin Quinson Date: Wed, 4 Apr 2018 16:13:27 +0000 (+0200) Subject: reduce the amount of included headers X-Git-Tag: v3.20~522 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/173b3916e2bf66ae93d66d3a07ad9974610ac7ce reduce the amount of included headers --- diff --git a/src/plugins/file_system/s4u_FileSystem.cpp b/src/plugins/file_system/s4u_FileSystem.cpp index 3aecd913f2..b1b6bafc55 100644 --- a/src/plugins/file_system/s4u_FileSystem.cpp +++ b/src/plugins/file_system/s4u_FileSystem.cpp @@ -3,13 +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 "xbt/log.h" #include "simgrid/plugins/file_system.h" #include "simgrid/s4u/Actor.hpp" -#include "simgrid/s4u/Host.hpp" -#include "simgrid/s4u/Storage.hpp" -#include "simgrid/simix.hpp" #include "src/surf/HostImpl.hpp" #include