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] / teshsuite / s4u / storage_client_server / storage_client_server.cpp
index 01cb653..a524e29 100644 (file)
@@ -1,13 +1,14 @@
-/* Copyright (c) 2013-2017. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2013-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 <string>
+#include <simgrid/plugins/file_system.h>
+#include <simgrid/s4u.hpp>
 #include <xbt/string.hpp>
 
+#include <string>
+
 XBT_LOG_NEW_DEFAULT_CATEGORY(storage, "Messages specific for this simulation");
 
 static void display_storage_properties(simgrid::s4u::Storage* storage)