Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge C++ API into simgrid/plugins/file_system.h to make it public
[simgrid.git] / examples / s4u / replay-storage / s4u-replay-storage.cpp
index 543b21e..4300098 100644 (file)
@@ -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 <boost/algorithm/string/join.hpp>
 #include <simgrid/plugins/file_system.h>
+#include <simgrid/s4u.hpp>
 #include <xbt/replay.hpp>
 #include <xbt/str.h>
 
+#include <boost/algorithm/string/join.hpp>
+
 XBT_LOG_NEW_DEFAULT_CATEGORY(replay_storage, "Messages specific for this example");
 
 static std::unordered_map<std::string, simgrid::s4u::File*> opened_files;