X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8dc65d690dc5d82bae067b9748e5ee463d17220f..1bd3b1e9e02dd5662a771c1b382cfa1d1d9a2e08:/src/surf/surf_private.h diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index aa79814f73..fd5d0c18c2 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -11,10 +11,10 @@ #include "surf/surf.h" #include "surf/maxmin.h" -#include "surf/trace_mgr.h" #include "xbt/log.h" #include "surf/surfxml_parse.h" #include "surf/random_mgr.h" +#include "src/surf/trace_mgr.hpp" #include "src/instr/instr_private.h" #include "surf/surfxml_parse_values.h" @@ -42,8 +42,6 @@ typedef enum { XBT_PRIVATE FILE *surf_fopen(const char *name, const char *mode); -extern XBT_PRIVATE tmgr_history_t history; - /* The __surf_is_absolute_file_path() returns 1 if * file_path is a absolute file path, in the other * case the function returns 0.