X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Futils_latency_test.c;h=a0da51ea7a518329f743839c8b22be6605452b22;hb=4103105fb43cd72294f165b2541540b3a8a99532;hp=5769ec9546ed0a85af234d3bf739471955380d57;hpb=598a534ab6f2d122556434b82818c4b6ed8e48f9;p=collectd.git diff --git a/src/utils_latency_test.c b/src/utils_latency_test.c index 5769ec95..a0da51ea 100644 --- a/src/utils_latency_test.c +++ b/src/utils_latency_test.c @@ -26,9 +26,10 @@ #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"