X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fthermal.c;h=5f448363de9b9f9c51c7db9e43be5cf7e06d2290;hb=48622c3d7c8c0d3ab07cda8a1947c33bfe31df73;hp=959fec64e9a389c77af1e05a5aad0056c201a198;hpb=7b0628b4f4688d48d89f94ca381ca6340da05b37;p=collectd.git diff --git a/src/thermal.c b/src/thermal.c index 959fec64..5f448363 100644 --- a/src/thermal.c +++ b/src/thermal.c @@ -21,9 +21,9 @@ #include "collectd.h" -#include "common.h" #include "plugin.h" -#include "utils_ignorelist.h" +#include "utils/common/common.h" +#include "utils/ignorelist/ignorelist.h" #if !KERNEL_LINUX #error "This module is for Linux only."