X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/05769734ac1a0c11d3e9fe8be324f8ee73c8e37a..4bb60fefa54ed1665d3452e2a748d26904b46f37:/testsuite/surf/maxmin_bench.c diff --git a/testsuite/surf/maxmin_bench.c b/testsuite/surf/maxmin_bench.c index 4d0f905701..0d46aa5a81 100644 --- a/testsuite/surf/maxmin_bench.c +++ b/testsuite/surf/maxmin_bench.c @@ -11,13 +11,14 @@ #endif -#include -#include #include "surf/maxmin.h" #include "xbt/module.h" #include "xbt/xbt_os_time.h" #include "xbt/sysdep.h" /* time manipulation for benchmarking */ +#include +#include + double date; double float_random(double max);