X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Ffhcount.c;h=93ad903e51b08c7672690c145687c9314b5433e8;hp=9bcb9115bf702423b24bbe9e954eefe1d24d9e5e;hb=54619dc85fd308b21ed09a0271e5c7383c7921b9;hpb=733fc645b6389d1f42aef8f1c1631f1db7d58196 diff --git a/src/fhcount.c b/src/fhcount.c index 9bcb9115..93ad903e 100644 --- a/src/fhcount.c +++ b/src/fhcount.c @@ -19,8 +19,8 @@ #include "collectd.h" -#include "common.h" #include "plugin.h" +#include "utils/common/common.h" static const char *config_keys[] = {"ValuesAbsolute", "ValuesPercentage"}; static int config_keys_num = STATIC_ARRAY_SIZE(config_keys);