From 6325e7c528bcaff5a625184cf6a888f8151e494a Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Thu, 3 Aug 2017 11:17:33 +0200 Subject: [PATCH 1/1] remove some useless includes --- include/simgrid/s4u/Host.hpp | 1 - src/smpi/internals/smpi_shared.cpp | 2 -- src/surf/xml/platf.hpp | 1 - src/surf/xml/surfxml_parseplatf.cpp | 2 -- 4 files changed, 6 deletions(-) diff --git a/include/simgrid/s4u/Host.hpp b/include/simgrid/s4u/Host.hpp index 3c8691e4eb..30c932e298 100644 --- a/include/simgrid/s4u/Host.hpp +++ b/include/simgrid/s4u/Host.hpp @@ -11,7 +11,6 @@ #include #include "xbt/Extendable.hpp" -#include "xbt/dict.h" #include "xbt/signal.hpp" #include "xbt/string.hpp" #include "xbt/swag.h" diff --git a/src/smpi/internals/smpi_shared.cpp b/src/smpi/internals/smpi_shared.cpp index c2a55cd2f4..27bd066e70 100644 --- a/src/smpi/internals/smpi_shared.cpp +++ b/src/smpi/internals/smpi_shared.cpp @@ -38,8 +38,6 @@ #include "private.h" #include "private.hpp" -#include "xbt/dict.h" -#include "xbt/ex.hpp" #include #include diff --git a/src/surf/xml/platf.hpp b/src/surf/xml/platf.hpp index 3d29ba49af..e7343a0341 100644 --- a/src/surf/xml/platf.hpp +++ b/src/surf/xml/platf.hpp @@ -6,7 +6,6 @@ #ifndef SURF_SURFXML_PARSE_H #define SURF_SURFXML_PARSE_H -#include #include #include #include diff --git a/src/surf/xml/surfxml_parseplatf.cpp b/src/surf/xml/surfxml_parseplatf.cpp index 0e905d76dd..21d9a558dd 100644 --- a/src/surf/xml/surfxml_parseplatf.cpp +++ b/src/surf/xml/surfxml_parseplatf.cpp @@ -7,7 +7,6 @@ #include "src/instr/instr_private.h" // TRACE_start(). FIXME: remove by subscribing tracing to the surf signals #include "src/surf/cpu_interface.hpp" #include "src/surf/network_interface.hpp" -#include "xbt/dict.h" #include "xbt/log.h" #include "xbt/misc.h" #include "xbt/str.h" @@ -27,7 +26,6 @@ extern "C" { XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(surf_parse); - /* Trace related stuff */ XBT_PRIVATE std::unordered_map traces_set_list; XBT_PRIVATE std::unordered_map trace_connect_list_host_avail; -- 2.20.1