utime is not needed here any more

This commit is contained in:
Howard Chu 2005-08-13 13:18:00 +00:00
parent c722dd9ca8
commit 0246338206

View File

@ -22,12 +22,6 @@
#include <ac/stdlib.h>
#include <ac/errno.h>
#include <sys/stat.h>
#ifdef HAVE_UTIME_H
# ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
# endif
# include <utime.h>
#endif /* HAVE_UTIME_H */
#include "back-bdb.h"
#include <lutil.h>
#include <ldap_rq.h>