From 173b3916e2bf66ae93d66d3a07ad9974610ac7ce Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 4 Apr 2018 18:13:27 +0200 Subject: [PATCH] reduce the amount of included headers --- src/plugins/file_system/s4u_FileSystem.cpp | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.20.1