From c5b2e47a817b31e930436b5609f73aead7910f87 Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Thu, 28 Apr 2016 15:36:08 +0200 Subject: [PATCH 1/1] Remove useless boost #includes --- include/simgrid/s4u/file.hpp | 1 - src/surf/surf_interface.hpp | 1 - 2 files changed, 2 deletions(-) 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 -- 2.20.1