1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00

Don't include <utime.h> here; do it in sysdep.c instead.

This commit is contained in:
Karl Heuer 1994-10-02 21:41:57 +00:00
parent c22ba74f30
commit a67fa89930

View file

@ -27,9 +27,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <time.h>
#endif
#endif
#ifdef HAVE_UTIME_H
#include <utime.h>
#endif
#ifdef HAVE_TZNAME
#ifndef tzname /* For SGI. */