From: Martin Quinson Date: Wed, 12 Aug 2015 19:45:30 +0000 (+0200) Subject: cosmetics X-Git-Tag: v3_13~1690^2~18 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1108fc19974fc68a9d079ff07b5d4363bf8b9a8b cosmetics --- 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");