diff --git a/src/ChangeLog b/src/ChangeLog index 19846016072..2c51aeb6ce7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/term.c b/src/term.c index 4f326234956..d1279498060 100644 --- a/src/term.c +++ b/src/term.c @@ -31,9 +31,6 @@ along with GNU Emacs. If not, see . */ #include #endif -#if HAVE_TERMIOS_H -#include /* For TIOCNOTTY. */ -#endif #ifdef HAVE_SYS_IOCTL_H #include #endif