Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add method to check if a mailbox has a message ready to be consumed without having...
[simgrid.git] / include / simgrid / modelchecker.h
index 77c0c6d..f071a26 100644 (file)
 #ifndef SIMGRID_MODELCHECKER_H
 #define SIMGRID_MODELCHECKER_H
 
-#include <stddef.h> /* size_t */
-
 #include <simgrid/config.h> /* SIMGRID_HAVE_MC ? */
-
 #include <xbt/base.h>
 
+#include <stddef.h> /* size_t */
+
 SG_BEGIN_DECL()
 
 XBT_PUBLIC int MC_random(int min, int max);