Merge pull request #1876 from octo/issue/1819
[collectd.git] / src / daemon / meta_data_test.c
index b4c0e27..35cfe71 100644 (file)
  *   Florian octo Forster <octo at collectd.org>
  */
 
-#include "testing.h"
-#include "collectd.h"
 #include "common.h" /* for STATIC_ARRAY_SIZE */
+#include "collectd.h"
+
+#include "testing.h"
 #include "meta_data.h"
 
 DEF_TEST(base)