X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcgroups.c;h=8925239848f0ba2af42d50e92b6a5224fc050540;hb=e10ce37462d3002c296efe1b5b955a0a498d1f3b;hp=9304216d39159826845371ccefdd21cc17d9964d;hpb=a96e1c4a5e2c0244607b9da71175c2a12a4451fd;p=collectd.git diff --git a/src/cgroups.c b/src/cgroups.c index 9304216d..89252398 100644 --- a/src/cgroups.c +++ b/src/cgroups.c @@ -23,10 +23,10 @@ #include "collectd.h" -#include "common.h" #include "plugin.h" -#include "utils_ignorelist.h" -#include "utils_mount.h" +#include "utils/common/common.h" +#include "utils/ignorelist/ignorelist.h" +#include "utils/mount/mount.h" static char const *config_keys[] = {"CGroup", "IgnoreSelected"}; static int config_keys_num = STATIC_ARRAY_SIZE(config_keys);