From b16f029ad88f7238b6c86111eea5efc8eed32095 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Sat, 2 Dec 2017 15:04:57 +0100 Subject: [PATCH] Remove useless include. --- include/simgrid/s4u/Host.hpp | 1 - src/include/surf/surf.hpp | 1 - src/mc/mc_global.cpp | 1 - src/mc/remote/Client.cpp | 1 - src/simix/smx_context.cpp | 1 - src/smpi/internals/SmpiHost.cpp | 1 + 6 files changed, 1 insertion(+), 5 deletions(-) diff --git a/include/simgrid/s4u/Host.hpp b/include/simgrid/s4u/Host.hpp index 69134039d4..9f9ef0cf17 100644 --- a/include/simgrid/s4u/Host.hpp +++ b/include/simgrid/s4u/Host.hpp @@ -13,7 +13,6 @@ #include "xbt/Extendable.hpp" #include "xbt/signal.hpp" #include "xbt/string.hpp" -#include "xbt/swag.h" #include "simgrid/forward.h" #include "simgrid/s4u/forward.hpp" diff --git a/src/include/surf/surf.hpp b/src/include/surf/surf.hpp index 373e22e789..36ac4775c5 100644 --- a/src/include/surf/surf.hpp +++ b/src/include/surf/surf.hpp @@ -14,7 +14,6 @@ #include "xbt/dynar.h" #include "xbt/graph.h" #include "xbt/misc.h" -#include "xbt/swag.h" #ifndef __cplusplus #error This is a C++ only file, now diff --git a/src/mc/mc_global.cpp b/src/mc/mc_global.cpp index c04b5f3e19..4ab05de085 100644 --- a/src/mc/mc_global.cpp +++ b/src/mc/mc_global.cpp @@ -15,7 +15,6 @@ #include "xbt/automaton.h" #include "xbt/backtrace.hpp" #include "xbt/dynar.h" -#include "xbt/swag.h" #include "mc_base.h" diff --git a/src/mc/remote/Client.cpp b/src/mc/remote/Client.cpp index 291d359a97..6521d94201 100644 --- a/src/mc/remote/Client.cpp +++ b/src/mc/remote/Client.cpp @@ -12,7 +12,6 @@ #include #include -#include #include #include diff --git a/src/simix/smx_context.cpp b/src/simix/smx_context.cpp index 8ccd6f3e42..e95fca6680 100644 --- a/src/simix/smx_context.cpp +++ b/src/simix/smx_context.cpp @@ -21,7 +21,6 @@ #include "smx_private.hpp" #include "src/internal_config.h" #include "xbt/log.h" -#include "xbt/swag.h" #include "xbt/xbt_os_thread.h" #ifdef _WIN32 diff --git a/src/smpi/internals/SmpiHost.cpp b/src/smpi/internals/SmpiHost.cpp index 380c72d527..827eb7601c 100644 --- a/src/smpi/internals/SmpiHost.cpp +++ b/src/smpi/internals/SmpiHost.cpp @@ -9,6 +9,7 @@ #include #include +#include XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi_host, smpi, "Logging specific to SMPI (host)"); -- 2.20.1