Merge branch 'collectd-5.5' into collectd-5.6
[collectd.git] / src / ipc.c
index 70c55dc..b164cdf 100644 (file)
--- a/src/ipc.c
+++ b/src/ipc.c
@@ -30,7 +30,6 @@
 
 #include "common.h"
 #include "plugin.h"
-#include "configfile.h"
 
 #if KERNEL_LINUX
   /* _GNU_SOURCE is needed for struct shm_info.used_ids on musl libc */