X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4bb73cb3914b5f7b77a9ec1f8abe728e637cc016..bd7d5780ee8b73efd58c83f5d6f864d0a941b3ed:/include/xbt/replay.hpp?ds=sidebyside diff --git a/include/xbt/replay.hpp b/include/xbt/replay.hpp index bad7a8573b..de1fbc53b2 100644 --- a/include/xbt/replay.hpp +++ b/include/xbt/replay.hpp @@ -1,7 +1,6 @@ /* xbt/replay_reader.h -- Tools to parse a replay file */ -/* Copyright (c) 2010, 2012-2015, 2017-2018. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2010-2018. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -9,7 +8,8 @@ #ifndef XBT_REPLAY_HPP #define XBT_REPLAY_HPP -#include "xbt/misc.h" /* SG_BEGIN_DECL */ +#include /* SG_BEGIN_DECL */ + #ifdef __cplusplus #include #include @@ -21,7 +21,7 @@ namespace xbt { typedef std::vector ReplayAction; static std::unordered_map*> action_queues; -XBT_PUBLIC_DATA(std::ifstream*) action_fs; +XBT_PUBLIC_DATA std::ifstream* action_fs; XBT_PUBLIC int replay_runner(int argc, char* argv[]); } }