Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove some useless includes
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 3 Aug 2017 09:17:33 +0000 (11:17 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 3 Aug 2017 09:17:33 +0000 (11:17 +0200)
include/simgrid/s4u/Host.hpp
src/smpi/internals/smpi_shared.cpp
src/surf/xml/platf.hpp
src/surf/xml/surfxml_parseplatf.cpp

index 3c8691e..30c932e 100644 (file)
@@ -11,7 +11,6 @@
 #include <unordered_map>
 
 #include "xbt/Extendable.hpp"
-#include "xbt/dict.h"
 #include "xbt/signal.hpp"
 #include "xbt/string.hpp"
 #include "xbt/swag.h"
index c2a55cd..27bd066 100644 (file)
@@ -38,8 +38,6 @@
 
 #include "private.h"
 #include "private.hpp"
-#include "xbt/dict.h"
-#include "xbt/ex.hpp"
 #include <cerrno>
 
 #include <sys/types.h>
index 3d29ba4..e7343a0 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef SURF_SURFXML_PARSE_H
 #define SURF_SURFXML_PARSE_H
 
-#include <xbt/dict.h>
 #include <xbt/function_types.h>
 #include <xbt/misc.h>
 #include <xbt/signal.hpp>
index 0e905d7..21d9a55 100644 (file)
@@ -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<std::string, tmgr_trace_t> traces_set_list;
 XBT_PRIVATE std::unordered_map<std::string, std::string> trace_connect_list_host_avail;