From: Frederic Suter Date: Thu, 8 Jun 2017 21:33:33 +0000 (+0200) Subject: remove useless includes X-Git-Tag: v3.16~132 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a4707c9458dd447b9efb70b68370616698360ce5 remove useless includes --- diff --git a/src/kernel/routing/FatTreeZone.cpp b/src/kernel/routing/FatTreeZone.cpp index 70a928d07e..a364180f7a 100644 --- a/src/kernel/routing/FatTreeZone.cpp +++ b/src/kernel/routing/FatTreeZone.cpp @@ -11,8 +11,6 @@ #include "src/kernel/routing/NetPoint.hpp" #include "src/surf/network_interface.hpp" -#include "xbt/lib.h" - #include #include diff --git a/src/s4u/s4u_storage.cpp b/src/s4u/s4u_storage.cpp index 5e9d200358..23c7e603f3 100644 --- a/src/s4u/s4u_storage.cpp +++ b/src/s4u/s4u_storage.cpp @@ -6,7 +6,6 @@ #include "../surf/StorageImpl.hpp" #include "simgrid/s4u/Storage.hpp" #include "simgrid/simix.hpp" -#include "xbt/lib.h" #include namespace simgrid { diff --git a/src/simgrid/sg_config.cpp b/src/simgrid/sg_config.cpp index e617c48091..8ddc525c4d 100644 --- a/src/simgrid/sg_config.cpp +++ b/src/simgrid/sg_config.cpp @@ -12,7 +12,6 @@ #include "xbt/log.h" #include "xbt/mallocator.h" #include "xbt/str.h" -#include "xbt/lib.h" #include "xbt/sysdep.h" #include "surf/surf.h" #include "surf/maxmin.h" diff --git a/src/surf/ptask_L07.cpp b/src/surf/ptask_L07.cpp index c960134bbf..3340d74829 100644 --- a/src/surf/ptask_L07.cpp +++ b/src/surf/ptask_L07.cpp @@ -12,7 +12,6 @@ #include "ptask_L07.hpp" #include "cpu_interface.hpp" -#include "xbt/lib.h" XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(surf_host); XBT_LOG_EXTERNAL_CATEGORY(xbt_cfg); diff --git a/src/surf/storage_n11.hpp b/src/surf/storage_n11.hpp index e8b8425195..72703a1093 100644 --- a/src/surf/storage_n11.hpp +++ b/src/surf/storage_n11.hpp @@ -5,7 +5,6 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include -#include #include "StorageImpl.hpp"