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 1a6188f..6027338 100644 (file)
@@ -24,8 +24,6 @@
  *   Florian Forster <octo at collectd.org>
  */
 
-#include "config.h"
-
 #include <stdlib.h>
 #include <string.h>