diff options
-rw-r--r-- | src/mac.c | 3 |
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. */ #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" |