changeset 61925:e3bedede9b3f

Don't include time.h. Include sysselect.h after systime.h.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Fri, 29 Apr 2005 09:00:07 +0000
parents d29accb0274a
children e1eca57a26b4
files src/mac.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/mac.c	Fri Apr 29 08:40:22 2005 +0000
+++ b/src/mac.c	Fri Apr 29 09:00:07 2005 +0000
@@ -24,12 +24,11 @@
 
 #include <stdio.h>
 #include <errno.h>
-#include <time.h>
 
 #include "lisp.h"
 #include "process.h"
+#include "systime.h"
 #include "sysselect.h"
-#include "systime.h"
 #include "blockinput.h"
 
 #include "macterm.h"