]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't include time.h. Include sysselect.h after systime.h.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 29 Apr 2005 09:00:07 +0000 (09:00 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 29 Apr 2005 09:00:07 +0000 (09:00 +0000)
src/mac.c

index 0a1b94eb2c543cab7205dd484e6ba6dcf5fe8b6e..e9930ada1518e56ff59c73028ca94b91890a6343 100644 (file)
--- a/src/mac.c
+++ b/src/mac.c
@@ -24,12 +24,11 @@ Boston, MA 02111-1307, USA.  */
 
 #include <stdio.h>
 #include <errno.h>
-#include <time.h>
 
 #include "lisp.h"
 #include "process.h"
-#include "sysselect.h"
 #include "systime.h"
+#include "sysselect.h"
 #include "blockinput.h"
 
 #include "macterm.h"