X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8c6c3df11271d62be278361a12113ee9a4849b95:/src/msg/global.c..d2d9f8b0f434e881d124d81f655fc9ebb6f31199:/src/msg/msg_global.c?ds=sidebyside diff --git a/src/msg/global.c b/src/msg/msg_global.c similarity index 99% rename from src/msg/global.c rename to src/msg/msg_global.c index 0652b7eb85..a6356c9ed1 100644 --- a/src/msg/global.c +++ b/src/msg/msg_global.c @@ -4,13 +4,13 @@ /* 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 "msg/private.h" +#include "msg_private.h" +#include "msg_mailbox.h" #include "mc/mc.h" #include "xbt/sysdep.h" #include "xbt/log.h" #include "xbt/virtu.h" #include "xbt/ex.h" /* ex_backtrace_display */ -#include "mailbox.h" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_kernel, msg, "Logging specific to MSG (kernel)");