Mercurial > emacs
diff src/mac.c @ 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 | 6e608d2306b0 |
| children | fd9250f00dae |
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"
