Index: trunk/config.auto.h.in =================================================================== --- trunk/config.auto.h.in (revision 2458) +++ trunk/config.auto.h.in (revision 2459) @@ -73,9 +73,6 @@ /* Define to 1 if you have the header file. */ #define HAVE_SYS_PARAM_H 1 -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TIMES_H 1 - /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 Index: trunk/src/find.c =================================================================== --- trunk/src/find.c (revision 2458) +++ trunk/src/find.c (revision 2459) @@ -61,10 +61,6 @@ #include #include -#ifdef HAVE_SYS_TIMES_H -#include -#endif - #include "conf_core.h" #include "data.h" #include "draw.h"