From: Arnaud Giersch Date: Tue, 11 Dec 2012 15:38:59 +0000 (+0100) Subject: Remove/add a few includes. X-Git-Tag: v3_9_rc1~86^2~127 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e519eca04a7e3a2c008793aabed70077828aa86b Remove/add a few includes. --- diff --git a/src/msg/msg_actions.c b/src/msg/msg_actions.c index 75ea78e8d8..d8f2a726a9 100644 --- a/src/msg/msg_actions.c +++ b/src/msg/msg_actions.c @@ -11,6 +11,8 @@ #include "xbt/dynar.h" #include "xbt/replay.h" +#include + XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_action, msg, "MSG actions for trace driven simulation"); diff --git a/src/msg/msg_config.c b/src/msg/msg_config.c index 31bed567c6..fbbafb0a1d 100644 --- a/src/msg/msg_config.c +++ b/src/msg/msg_config.c @@ -7,7 +7,6 @@ #include "msg_private.h" #include "xbt/sysdep.h" #include "xbt/log.h" -#include "simgrid/simix.h" /** \brief set a configuration variable * diff --git a/src/msg/msg_environment.c b/src/msg/msg_environment.c index eb889cbe3d..0eb3952a13 100644 --- a/src/msg/msg_environment.c +++ b/src/msg/msg_environment.c @@ -7,7 +7,7 @@ #include "msg_private.h" #include "xbt/sysdep.h" #include "xbt/log.h" -#include "xbt/dict.h" + #ifdef HAVE_LUA #include #include