From: YAMAMOTO Mitsuharu Date: Fri, 29 Apr 2005 09:00:07 +0000 (+0000) Subject: Don't include time.h. Include sysselect.h after systime.h. X-Git-Tag: ttn-vms-21-2-B4~667 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4df24d3be61d9956b7fe7f725bfc7132d73ca093;p=emacs.git Don't include time.h. Include sysselect.h after systime.h. --- diff --git a/src/mac.c b/src/mac.c index 0a1b94eb2c5..e9930ada151 100644 --- a/src/mac.c +++ b/src/mac.c @@ -24,12 +24,11 @@ Boston, MA 02111-1307, USA. */ #include #include -#include #include "lisp.h" #include "process.h" -#include "sysselect.h" #include "systime.h" +#include "sysselect.h" #include "blockinput.h" #include "macterm.h"