From: Rob Browning Date: Wed, 26 Mar 2003 00:00:23 +0000 (+0000) Subject: * stime.h: move handling of time related headers to scmconfig.h. X-Git-Url: http://git.hcoop.net/bpt/guile.git/commitdiff_plain/3f3b22650cbaf795572231173d777f376f9e6189 * stime.h: move handling of time related headers to scmconfig.h. --- diff --git a/libguile/stime.h b/libguile/stime.h index 288c7ca50..df3dadea1 100644 --- a/libguile/stime.h +++ b/libguile/stime.h @@ -50,19 +50,6 @@ -# ifdef TIME_WITH_SYS_TIME -# include -# include -# else -# ifdef HAVE_SYS_TIME_H -# include -# else -# ifdef HAVE_TIME_H -# include -# endif -# endif -# endif - /* This should be figured out by autoconf. */ #if ! defined(SCM_TIME_UNITS_PER_SECOND) && defined(CLK_TCK) # define SCM_TIME_UNITS_PER_SECOND ((int) CLK_TCK)