diff options
| author | YAMAMOTO Mitsuharu | 2005-04-29 09:00:07 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-04-29 09:00:07 +0000 |
| commit | 4df24d3be61d9956b7fe7f725bfc7132d73ca093 (patch) | |
| tree | dea0aeb7d29301bc026118fdd3e76b7da9eb2567 /src | |
| parent | 634a7d0b4a8c44b6c8559a7e58ec213cd2842a2a (diff) | |
| download | emacs-4df24d3be61d9956b7fe7f725bfc7132d73ca093.tar.gz emacs-4df24d3be61d9956b7fe7f725bfc7132d73ca093.zip | |
Don't include time.h. Include sysselect.h after systime.h.
Diffstat (limited to 'src')
| -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" |