X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdf.c;h=5b3fbd28edcc0f58c6db34bc90a53391c3675f55;hb=0e73c26f5670b2f11eecfdadaf545bcc7f260658;hp=8877b74092a59495fc49d093621edf2930625faf;hpb=a9191cc20f0a5af022ae1d9482af2eaf0098a46a;p=collectd.git diff --git a/src/df.c b/src/df.c index 8877b740..5b3fbd28 100644 --- a/src/df.c +++ b/src/df.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" #if HAVE_STATVFS #if HAVE_SYS_STATVFS_H