Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
avoid breaking replay, handle MPI_OP_NULL case
[simgrid.git] / src / xbt / xbt_queue.c
index 05bf14d..78e578c 100644 (file)
 #include "xbt/sysdep.h"
 #include "xbt/log.h"
 #include "xbt/dynar.h"
+#include "xbt/synchro_core.h"
 
-#include "xbt/synchro.h"
 #include "xbt/queue.h"          /* this module */
-#include "gras/virtu.h"
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_queue, xbt,
                                 "Message exchanging queue");