From 02e0363afac537a428acd616ee8124a475fddcdf Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Fri, 13 Apr 2001 16:29:28 +0000 Subject: Fix term*.h header file collisions. --- Src/system.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Src/system.h') diff --git a/Src/system.h b/Src/system.h index 6966f517b..1540e421f 100644 --- a/Src/system.h +++ b/Src/system.h @@ -310,14 +310,6 @@ struct timezone { # endif /* HAVE_TERMIO_H */ #endif /* HAVE_TERMIOS_H */ -#ifdef HAVE_TERMCAP_H -# include -#else -# ifdef HAVE_TERM_H -# include -# endif -#endif - #if defined(GWINSZ_IN_SYS_IOCTL) || defined(CLOBBERS_TYPEAHEAD) # include #endif -- cgit 1.4.1