X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Futils_latency_test.c;h=f275813d59c121fbd44a5be35e6203893c6bb079;hb=4bca6c6b7e03ab4aa0d6a8a59dda3e44608f63f1;hp=5769ec9546ed0a85af234d3bf739471955380d57;hpb=8eb05d21637cd1eb3b6c4c4d3ed519cc2fd3ebf6;p=collectd.git diff --git a/src/utils_latency_test.c b/src/utils_latency_test.c index 5769ec95..f275813d 100644 --- a/src/utils_latency_test.c +++ b/src/utils_latency_test.c @@ -26,9 +26,9 @@ #define DBL_PRECISION 1e-9 -#include "testing.h" -#include "collectd.h" #include "common.h" /* for STATIC_ARRAY_SIZE */ +#include "collectd.h" +#include "testing.h" #include "utils_time.h" #include "utils_latency.h"