X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fa159d28bf7eb7b7876fbd85ea11a8d74cf489fc..07e23d67fa051a2507972338c09151e69c1ad2d4:/examples/s4u/replay-storage/s4u-replay-storage.cpp?ds=sidebyside diff --git a/examples/s4u/replay-storage/s4u-replay-storage.cpp b/examples/s4u/replay-storage/s4u-replay-storage.cpp index 543b21e31b..4300098097 100644 --- a/examples/s4u/replay-storage/s4u-replay-storage.cpp +++ b/examples/s4u/replay-storage/s4u-replay-storage.cpp @@ -1,15 +1,15 @@ -/* Copyright (c) 2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2017-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. */ -#include "simgrid/s4u.hpp" -#include "src/plugins/file_system/FileSystem.hpp" -#include #include +#include #include #include +#include + XBT_LOG_NEW_DEFAULT_CATEGORY(replay_storage, "Messages specific for this example"); static std::unordered_map opened_files;