aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-04-29 09:00:07 +0000
committerYAMAMOTO Mitsuharu2005-04-29 09:00:07 +0000
commit4df24d3be61d9956b7fe7f725bfc7132d73ca093 (patch)
treedea0aeb7d29301bc026118fdd3e76b7da9eb2567 /src
parent634a7d0b4a8c44b6c8559a7e58ec213cd2842a2a (diff)
downloademacs-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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mac.c b/src/mac.c
index 0a1b94eb2c5..e9930ada151 100644
--- a/src/mac.c
+++ b/src/mac.c
@@ -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"