Code

write_graphite plugin: Remove duplicate includes.
authorFlorian Forster <octo@collectd.org>
Fri, 3 Feb 2012 09:03:58 +0000 (10:03 +0100)
committerFlorian Forster <octo@collectd.org>
Fri, 3 Feb 2012 09:03:58 +0000 (10:03 +0100)
Change-Id: I8745634aee66edde18f5720a6b4882d51e19ee12

src/write_graphite.c

index 827ec3881263a749eeb68d89c50d7a357a185ac4..fab8f051f1eaf61c79e09cd53f48c72e52435e38 100644 (file)
 #include <pthread.h>
 
 #include <sys/socket.h>
-#include <sys/stat.h>
-#include <sys/types.h>
-
-#include <netinet/in.h>
 #include <netdb.h>
 
 #ifndef WG_FORMAT_NAME