Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce the amount of included headers
[simgrid.git] / src / plugins / file_system / s4u_FileSystem.cpp
index 3aecd91..b1b6baf 100644 (file)
@@ -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 <algorithm>