Merge pull request #1830 from rubenk/move-collectd-header
[collectd.git] / src / utils_latency_test.c
index 5769ec9..a0da51e 100644 (file)
 
 #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"