From 1108fc19974fc68a9d079ff07b5d4363bf8b9a8b Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 12 Aug 2015 21:45:30 +0200 Subject: [PATCH] cosmetics --- include/simgrid/s4u.h | 4 ++-- src/s4u/s4u_actor.cpp | 4 ++-- src/s4u/s4u_mailbox.cpp | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/simgrid/s4u.h b/include/simgrid/s4u.h index 5844847dc6..3d3d966bb8 100644 --- a/include/simgrid/s4u.h +++ b/include/simgrid/s4u.h @@ -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 */ diff --git a/src/s4u/s4u_actor.cpp b/src/s4u/s4u_actor.cpp index 8d4f299385..571e0ec162 100644 --- a/src/s4u/s4u_actor.cpp +++ b/src/s4u/s4u_actor.cpp @@ -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" diff --git a/src/s4u/s4u_mailbox.cpp b/src/s4u/s4u_mailbox.cpp index 2ef1c0d819..781284fc3d 100644 --- a/src/s4u/s4u_mailbox.cpp +++ b/src/s4u/s4u_mailbox.cpp @@ -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"); -- 2.20.1