X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fthermal.c;h=5f448363de9b9f9c51c7db9e43be5cf7e06d2290;hp=959fec64e9a389c77af1e05a5aad0056c201a198;hb=54619dc85fd308b21ed09a0271e5c7383c7921b9;hpb=a9191cc20f0a5af022ae1d9482af2eaf0098a46a 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."