curl stats: Use CamelCase identifiers instead of using underscores.
[collectd.git] / src / hddtemp.c
index 4428b75..3de18fd 100644 (file)
@@ -20,7 +20,7 @@
  *
  * Authors:
  *   Vincent StehlĂ© <vincent.stehle at free.fr>
- *   Florian octo Forster <octo at verplant.org>
+ *   Florian octo Forster <octo at collectd.org>
  *   Sebastian Harl <sh at tokkee.org>
  *
  * TODO:
@@ -35,7 +35,6 @@
 #include "configfile.h"
 
 # include <netdb.h>
-# include <sys/socket.h>
 # include <netinet/in.h>
 # include <netinet/tcp.h>
 # include <libgen.h> /* for basename */