X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fmeta_data_test.c;h=48760d648645811c875071b69c01f29e8fb859f7;hb=aa3811995bfae69f0d1a0f897acfa4a9a4c0138a;hp=b4c0e27690ebb09b4edbf66e60a58d830661aa6b;hpb=73de67494a4f5d9a698f2a5ab93f85e19bccb90a;p=collectd.git diff --git a/src/daemon/meta_data_test.c b/src/daemon/meta_data_test.c index b4c0e276..48760d64 100644 --- a/src/daemon/meta_data_test.c +++ b/src/daemon/meta_data_test.c @@ -24,9 +24,9 @@ * Florian octo Forster */ -#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)