X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Firq.c;h=915635606cd8addf345665269b012449f7ccabcd;hp=eeea058a46e1f3bff32736e821fc9b36ac951374;hb=48efd3deb4c9139fd060ff3d289896e9031bcc7c;hpb=711f5b6c86f51061c21bedcaa46214a01de0125c diff --git a/src/irq.c b/src/irq.c index eeea058a..91563560 100644 --- a/src/irq.c +++ b/src/irq.c @@ -23,9 +23,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 "No applicable input method."