Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rework the smpirun manpage
[simgrid.git] / include / simgrid / s4u.hpp
index 4ffe876..89f79d1 100644 (file)
@@ -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 */