From 4df24d3be61d9956b7fe7f725bfc7132d73ca093 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Fri, 29 Apr 2005 09:00:07 +0000 Subject: [PATCH] Don't include time.h. Include sysselect.h after systime.h. --- src/mac.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" -- 2.39.5