From 3f3b22650cbaf795572231173d777f376f9e6189 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Wed, 26 Mar 2003 00:00:23 +0000 Subject: [PATCH] * stime.h: move handling of time related headers to scmconfig.h. --- libguile/stime.h | 13 ------------- 1 file changed, 13 deletions(-) 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)