]> AND Public Git Repository - simgrid.git/blobdiff - src/plugins/file_system/s4u_FileSystem.cpp
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 3aecd913f2f668275a2cf02f09dd93b988f6a281..b1b6bafc55b7556b4968be1e9573ba94a66ca806 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>