Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Clean MSG source file names
[simgrid.git] / src / msg / msg_gos.c
similarity index 99%
rename from src/msg/gos.c
rename to src/msg/msg_gos.c
index 0d8fa5f..a1494c0 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 "private.h"
-#include "xbt/sysdep.h"
+#include "msg_private.h"
+#include "msg_mailbox.h"
 #include "mc/mc.h"
 #include "xbt/log.h"
-#include "mailbox.h"
+#include "xbt/sysdep.h"
 
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_gos, msg,