Code

utils_llist.c: remove unneccesary include
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 24 Jul 2016 16:11:07 +0000 (18:11 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 24 Jul 2016 16:11:07 +0000 (18:11 +0200)
src/daemon/utils_llist.c

index 1a6188f612344fedb41157f035b7159af5528df0..60273382dec81950cfa61a2273d3103f79a8f664 100644 (file)
@@ -24,8 +24,6 @@
  *   Florian Forster <octo at collectd.org>
  */
 
-#include "config.h"
-
 #include <stdlib.h>
 #include <string.h>