src/collectd.h: Don't include <pth.h>.
authorFlorian Forster <octo@noris.net>
Mon, 14 Jul 2008 08:04:37 +0000 (10:04 +0200)
committerFlorian Forster <octo@noris.net>
Mon, 14 Jul 2008 08:04:37 +0000 (10:04 +0200)
We don't use it, we don't check for it. Why on earth is it still in there..?

src/collectd.h

index 337da46..d316e5f 100644 (file)
 # include <kstat.h>
 #endif
 
-#if HAVE_PTH_H
-# include <pth.h>
-#endif
 #if HAVE_SENSORS_SENSORS_H
 # include <sensors/sensors.h>
 #endif