From d19e096ef54a8764186a72b1a0d6cf551ca8cc6e Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Tue, 21 Sep 2010 14:13:36 +0300 Subject: [PATCH] * src/emacs.c: Do not include sys/ioctl.h, not needed. --- src/ChangeLog | 2 ++ src/emacs.c | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index f44add45de0..205ae565e6b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2010-09-21 Dan Nicolaescu + * emacs.c: Do not include sys/ioctl.h, not needed. + * doprnt.c: Do not include stdlib.h, config.h does it. Move #include before macro definition. diff --git a/src/emacs.c b/src/emacs.c index 33e0d60630b..5e7efb64226 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -32,10 +32,6 @@ along with GNU Emacs. If not, see . */ #include #endif -#ifdef HAVE_SYS_IOCTL_H -#include -#endif - #ifdef WINDOWSNT #include #include /* just for w32.h */ -- 2.39.2