From: Dan Nicolaescu Date: Fri, 20 Aug 2010 22:44:38 +0000 (-0700) Subject: * src/term.c: Do not include , systty.h does it. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~45^2~511^2~22 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f5817d1cb513506a25320349f8ef967c23187753;p=emacs.git * src/term.c: Do not include , systty.h does it. --- 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