Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rework the smpirun manpage
[simgrid.git] / include / simgrid / s4u.hpp
index 89a40e8..89f79d1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2004-2015. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2004-2016. 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. */
 
 /* 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. */
@@ -6,17 +6,17 @@
 #ifndef SIMGRID_S4U_S4U_H
 #define SIMGRID_S4U_S4U_H
 
 #ifndef SIMGRID_S4U_S4U_H
 #define SIMGRID_S4U_S4U_H
 
-#include "s4u/Actor.hpp"
-#include "s4u/mailbox.hpp"
-#include "s4u/engine.hpp"
-#include "s4u/host.hpp"
+#include <simgrid/s4u/Activity.hpp>
+#include <simgrid/s4u/Actor.hpp>
+#include <simgrid/s4u/Mailbox.hpp>
+#include <simgrid/s4u/engine.hpp>
+#include <simgrid/s4u/host.hpp>
 
 
-#include "s4u/mutex.hpp"
-#include "s4u/conditionVariable.hpp"
-#include "s4u/Activity.hpp"
-#include "s4u/comm.hpp"
+#include <simgrid/s4u/Mutex.hpp>
+#include <simgrid/s4u/conditionVariable.hpp>
+#include <simgrid/s4u/comm.hpp>
 
 
-#include "s4u/storage.hpp"
-#include "s4u/file.hpp"
+#include <simgrid/s4u/storage.hpp>
+#include <simgrid/s4u/file.hpp>
 
 #endif /* SIMGRID_S4U_S4U_H */
 
 #endif /* SIMGRID_S4U_S4U_H */