X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Ffscache.c;h=e875da8de7b6e15ee8e8481e53d6f891284ab7ee;hp=dd36b8b9fd128b0e16d4e4e3d52f44b8bc005cb6;hb=54619dc85fd308b21ed09a0271e5c7383c7921b9;hpb=0eff2a882a9265fd59d4f7a265c6b6810acb0032 diff --git a/src/fscache.c b/src/fscache.c index dd36b8b9..e875da8d 100644 --- a/src/fscache.c +++ b/src/fscache.c @@ -21,11 +21,11 @@ #include "collectd.h" +#include "plugin.h" +#include "utils/common/common.h" #include /* a header needed for FILE */ #include /* used for atoi */ #include /* a header needed for scanf function */ -#include "common.h" -#include "plugin.h" #if !KERNEL_LINUX #error "This module only supports the Linux implementation of fscache"