From: Dan Nicolaescu Date: Sun, 3 Oct 2010 14:48:21 +0000 (-0700) Subject: * src/process.c: Do not include , syswait.h does it. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~46^2~214 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8271973583cc6fea0b3ae80198ffe459981be0e4;p=emacs.git * src/process.c: Do not include , syswait.h does it. --- diff --git a/src/ChangeLog b/src/ChangeLog index ebec6b3ce82..9ea2adddc65 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2010-10-03 Dan Nicolaescu + * process.c: Do not include , syswait.h does it. + * sysdep.c (flush_pending_output): Remove code, does not do anything on any platform. diff --git a/src/process.c b/src/process.c index d149537878c..370fb673e84 100644 --- a/src/process.c +++ b/src/process.c @@ -67,10 +67,6 @@ along with GNU Emacs. If not, see . */ #include #endif -#ifdef HAVE_SYS_WAIT -#include -#endif - #ifdef HAVE_RES_INIT #include #include