curl stats: Use CamelCase identifiers instead of using underscores.
[collectd.git] / src / postgresql.c
index 759560e..41ce95c 100644 (file)
 #include "utils_db_query.h"
 #include "utils_complain.h"
 
-#if HAVE_PTHREAD_H
-# include <pthread.h>
-#endif
-
 #include <pg_config_manual.h>
 #include <libpq-fe.h>