X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fmeta_data_test.c;h=48760d648645811c875071b69c01f29e8fb859f7;hb=ab11d1b4db61f750f51be6e41dbe8320d3c65404;hp=b4c0e27690ebb09b4edbf66e60a58d830661aa6b;hpb=598a534ab6f2d122556434b82818c4b6ed8e48f9;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)