diff options
Diffstat (limited to 'Src/system.h')
-rw-r--r-- | Src/system.h | 8 |
1 files changed, 0 insertions, 8 deletions
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 <termcap.h> -#else -# ifdef HAVE_TERM_H -# include <term.h> -# endif -#endif - #if defined(GWINSZ_IN_SYS_IOCTL) || defined(CLOBBERS_TYPEAHEAD) # include <sys/ioctl.h> #endif |