diff options
| author | Karl Heuer | 1994-10-02 21:41:57 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-10-02 21:41:57 +0000 |
| commit | a67fa8993066f30d60d8353dff949cb91b433586 (patch) | |
| tree | c3b156aba23aff73d177f7d1245b855fdd458e8c | |
| parent | c22ba74f304176a1396292f0413679f9457202fb (diff) | |
| download | emacs-a67fa8993066f30d60d8353dff949cb91b433586.tar.gz emacs-a67fa8993066f30d60d8353dff949cb91b433586.zip | |
Don't include <utime.h> here; do it in sysdep.c instead.
| -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. */ | |||
| 27 | #include <time.h> | 27 | #include <time.h> |
| 28 | #endif | 28 | #endif |
| 29 | #endif | 29 | #endif |
| 30 | #ifdef HAVE_UTIME_H | ||
| 31 | #include <utime.h> | ||
| 32 | #endif | ||
| 33 | 30 | ||
| 34 | #ifdef HAVE_TZNAME | 31 | #ifdef HAVE_TZNAME |
| 35 | #ifndef tzname /* For SGI. */ | 32 | #ifndef tzname /* For SGI. */ |