]> AND Public Git Repository - simgrid.git/blobdiff - testsuite/surf/maxmin_bench.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
activate the search engine, and keep the doxygen warnings under control
[simgrid.git] / testsuite / surf / maxmin_bench.c
index 4d0f9057016072cd6237d50b73278e939d2cd37e..0d46aa5a81319c6b6c0df69eb702eb42b0bacd47 100644 (file)
 #endif
 
 
-#include <stdlib.h>
-#include <stdio.h>
 #include "surf/maxmin.h"
 #include "xbt/module.h"
 #include "xbt/xbt_os_time.h"
 #include "xbt/sysdep.h"         /* time manipulation for benchmarking */
 
+#include <stdlib.h>
+#include <stdio.h>
+
 double date;
 
 double float_random(double max);