From: Gabriel Corona Date: Thu, 28 Apr 2016 13:36:08 +0000 (+0200) Subject: Remove useless boost #includes X-Git-Tag: v3_14~1314 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c5b2e47a817b31e930436b5609f73aead7910f87?hp=a27ac26be2bca7926f72eed979ba6552d25f0ddc Remove useless boost #includes --- diff --git a/include/simgrid/s4u/file.hpp b/include/simgrid/s4u/file.hpp index 90d09159cc..63c3563bbc 100644 --- a/include/simgrid/s4u/file.hpp +++ b/include/simgrid/s4u/file.hpp @@ -6,7 +6,6 @@ #ifndef SIMGRID_S4U_FILE_HPP #define SIMGRID_S4U_FILE_HPP -#include #include #include diff --git a/src/surf/surf_interface.hpp b/src/surf/surf_interface.hpp index 7fe3e71f64..a8e1ea8a2f 100644 --- a/src/surf/surf_interface.hpp +++ b/src/surf/surf_interface.hpp @@ -12,7 +12,6 @@ #include #include -#include #include #include