# HG changeset patch # User Dan Nicolaescu # Date 1282344278 25200 # Node ID b2b005d54ebba526d5423768a0bd5323f9a37aa6 # Parent 800e9323329bc9df9fffb81e244fb866898a6a9e * src/term.c: Do not include , systty.h does it. diff -r 800e9323329b -r b2b005d54ebb src/ChangeLog --- a/src/ChangeLog Fri Aug 20 15:36:07 2010 -0700 +++ b/src/ChangeLog Fri Aug 20 15:44:38 2010 -0700 @@ -1,5 +1,7 @@ 2010-08-20 Dan Nicolaescu + * term.c: Do not include , systty.h does it. + * s/unixware.h (HAVE_TCATTR): * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed. systty.h defines it when HAVE_TERMIOS is defined. diff -r 800e9323329b -r b2b005d54ebb src/term.c --- a/src/term.c Fri Aug 20 15:36:07 2010 -0700 +++ b/src/term.c Fri Aug 20 15:44:38 2010 -0700 @@ -31,9 +31,6 @@ #include #endif -#if HAVE_TERMIOS_H -#include /* For TIOCNOTTY. */ -#endif #ifdef HAVE_SYS_IOCTL_H #include #endif