Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove useless include.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 2 Dec 2017 14:04:57 +0000 (15:04 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 3 Dec 2017 20:36:48 +0000 (21:36 +0100)
include/simgrid/s4u/Host.hpp
src/include/surf/surf.hpp
src/mc/mc_global.cpp
src/mc/remote/Client.cpp
src/simix/smx_context.cpp
src/smpi/internals/SmpiHost.cpp

index 6913403..9f9ef0c 100644 (file)
@@ -13,7 +13,6 @@
 #include "xbt/Extendable.hpp"
 #include "xbt/signal.hpp"
 #include "xbt/string.hpp"
 #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"
 
 #include "simgrid/forward.h"
 #include "simgrid/s4u/forward.hpp"
index 373e22e..36ac477 100644 (file)
@@ -14,7 +14,6 @@
 #include "xbt/dynar.h"
 #include "xbt/graph.h"
 #include "xbt/misc.h"
 #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
 
 #ifndef __cplusplus
 #error This is a C++ only file, now
index c04b5f3..4ab05de 100644 (file)
@@ -15,7 +15,6 @@
 #include "xbt/automaton.h"
 #include "xbt/backtrace.hpp"
 #include "xbt/dynar.h"
 #include "xbt/automaton.h"
 #include "xbt/backtrace.hpp"
 #include "xbt/dynar.h"
-#include "xbt/swag.h"
 
 #include "mc_base.h"
 
 
 #include "mc_base.h"
 
index 291d359..6521d94 100644 (file)
@@ -12,7 +12,6 @@
 
 #include <xbt/log.h>
 #include <xbt/mmalloc.h>
 
 #include <xbt/log.h>
 #include <xbt/mmalloc.h>
-#include <xbt/swag.h>
 #include <xbt/sysdep.h>
 
 #include <simgrid/modelchecker.h>
 #include <xbt/sysdep.h>
 
 #include <simgrid/modelchecker.h>
index 8ccd6f3..e95fca6 100644 (file)
@@ -21,7 +21,6 @@
 #include "smx_private.hpp"
 #include "src/internal_config.h"
 #include "xbt/log.h"
 #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
 #include "xbt/xbt_os_thread.h"
 
 #ifdef _WIN32
index 380c72d..827eb76 100644 (file)
@@ -9,6 +9,7 @@
 
 #include <string>
 #include <vector>
 
 #include <string>
 #include <vector>
+#include <xbt/log.h>
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi_host, smpi, "Logging specific to SMPI (host)");
 
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi_host, smpi, "Logging specific to SMPI (host)");