From 1a3388d18b433287e75932e2b726e4864bf18bb5 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Tue, 17 Oct 2017 11:17:30 +0200 Subject: [PATCH] tiny cleanups --- include/xbt/replay.hpp | 2 +- src/surf/surf_private.hpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/xbt/replay.hpp b/include/xbt/replay.hpp index b20852b150..a969fbc8ad 100644 --- a/include/xbt/replay.hpp +++ b/include/xbt/replay.hpp @@ -9,7 +9,7 @@ #ifndef XBT_REPLAY_HPP #define XBT_REPLAY_HPP -#include "xbt/dict.h" +#include "xbt/misc.h" /* SG_BEGIN_DECL */ #ifdef __cplusplus #include #include diff --git a/src/surf/surf_private.hpp b/src/surf/surf_private.hpp index 3e8d90c2d8..33181250e1 100644 --- a/src/surf/surf_private.hpp +++ b/src/surf/surf_private.hpp @@ -43,7 +43,6 @@ extern XBT_PRIVATE simgrid::trace_mgr::future_evt_set* future_evt_set; XBT_PUBLIC(void) storage_register_callbacks(); -XBT_PUBLIC(void) generic_get_graph(xbt_graph_t graph, xbt_dict_t nodes, xbt_dict_t edges, sg_netzone_t rc); XBT_PRIVATE void parse_after_config(); /********** Tracing **********/ -- 2.20.1