X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fdaemon%2Fcollectd.h;h=0558aa400696183a42e9bac546b56e73e019656c;hp=01d484ee082fa3b05edad7da08acf33f2a1f2c83;hb=da11ce02eb202b3e01d3e2d1b40f248a84430973;hpb=1b10ab706f8b70ce2f086e59a54cc09d671ad989 diff --git a/src/daemon/collectd.h b/src/daemon/collectd.h index 01d484ee..0558aa40 100644 --- a/src/daemon/collectd.h +++ b/src/daemon/collectd.h @@ -186,10 +186,6 @@ #include #endif -#if HAVE_KSTAT_H -#include -#endif - #ifndef PACKAGE_NAME #define PACKAGE_NAME "collectd" #endif @@ -267,11 +263,6 @@ #define GAUGE_FORMAT "%.15g" #endif -/* Type for time as used by "utils_time.h" */ -typedef uint64_t cdtime_t; - -extern char hostname_g[]; -extern cdtime_t interval_g; -extern int timeout_g; +#include "globals.h" #endif /* COLLECTD_H */