diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-10-02 21:41:57 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-10-02 21:41:57 +0000 |
commit | 8fc0cc064ba6b9b3a1c526e749cfae4c8848d1f3 (patch) | |
tree | 003a31dd178d21a4ad6f852f5b41842622d85ef5 /src/systime.h | |
parent | 7548120d2d3512c1a4333e2a087c2c2f8cb8d441 (diff) | |
download | emacs-8fc0cc064ba6b9b3a1c526e749cfae4c8848d1f3.tar.gz |
Don't include <utime.h> here; do it in sysdep.c instead.
Diffstat (limited to 'src/systime.h')
-rw-r--r-- | src/systime.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/systime.h b/src/systime.h index 2c9966dee47..3a85809fd91 100644 --- a/src/systime.h +++ b/src/systime.h @@ -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. */ |