diff options
Diffstat (limited to 'src/mac.c')
| -rw-r--r-- | src/mac.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -24,12 +24,11 @@ Boston, MA 02111-1307, USA. */ | |||
| 24 | 24 | ||
| 25 | #include <stdio.h> | 25 | #include <stdio.h> |
| 26 | #include <errno.h> | 26 | #include <errno.h> |
| 27 | #include <time.h> | ||
| 28 | 27 | ||
| 29 | #include "lisp.h" | 28 | #include "lisp.h" |
| 30 | #include "process.h" | 29 | #include "process.h" |
| 31 | #include "sysselect.h" | ||
| 32 | #include "systime.h" | 30 | #include "systime.h" |
| 31 | #include "sysselect.h" | ||
| 33 | #include "blockinput.h" | 32 | #include "blockinput.h" |
| 34 | 33 | ||
| 35 | #include "macterm.h" | 34 | #include "macterm.h" |