Code

treewide: add blank line below collectd.h
[collectd.git] / src / daemon / utils_avltree_test.c
index 6dbafe18a4bcfd3712af89bb3812ab3fc7e833bb..2019ffa9d11598cddc5839fa393a04775c1448f7 100644 (file)
  *   Florian octo Forster <octo at collectd.org>
  */
 
-#include "testing.h"
+#include "common.h" /* STATIC_ARRAY_SIZE */
 #include "collectd.h"
+
+#include "testing.h"
 #include "utils_avltree.h"
-#include "common.h" /* STATIC_ARRAY_SIZE */
 
 static int compare_total_count = 0;
 #define RESET_COUNTS() do { compare_total_count = 0; } while (0)