Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 12 Aug 2015 19:45:30 +0000 (21:45 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 12 Aug 2015 20:38:55 +0000 (22:38 +0200)
include/simgrid/s4u.h
src/s4u/s4u_actor.cpp
src/s4u/s4u_mailbox.cpp

index 5844847..3d3d966 100644 (file)
@@ -8,7 +8,7 @@
 
 #include "s4u/actor.hpp"
 #include "s4u/mailbox.hpp"
-#include "simgrid/s4u/engine.hpp"
-#include "simgrid/s4u/host.hpp"
+#include "s4u/engine.hpp"
+#include "s4u/host.hpp"
 
 #endif /* SIMGRID_S4U_S4U_H */
index 8d4f299..571e0ec 100644 (file)
@@ -4,8 +4,8 @@
 /* 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 "../../include/simgrid/s4u/actor.hpp"
-#include "../../include/simgrid/s4u/mailbox.hpp"
+#include "simgrid/s4u/actor.hpp"
+#include "simgrid/s4u/mailbox.hpp"
 #include "xbt/log.h"
 #include "msg/msg_private.h"
 #include "msg/msg_mailbox.h"
index 2ef1c0d..781284f 100644 (file)
@@ -4,11 +4,11 @@
 /* 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 "../../include/simgrid/s4u/mailbox.hpp"
 #include "xbt/log.h"
 #include "msg/msg_private.h"
 #include "msg/msg_mailbox.h"
 
+#include "simgrid/s4u/mailbox.hpp"
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(s4u_channel,"S4U Communication Mailboxes");