diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-15 11:53:45 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-15 11:53:45 +1100 |
commit | c7b06369a846822b0da77b969d4ed72ea8ee38d4 (patch) | |
tree | 5542e1aae33335ef5ba9926ceecb3c9475378c72 /includes.h | |
parent | 6ff3caddb687a89a5df715337917d0e140985b7f (diff) |
- stevesk@cvs.openbsd.org 2006/02/22 00:04:45
[canohost.c clientloop.c includes.h match.c readconf.c scp.c ssh.c]
[sshconnect.c]
move #include <ctype.h> out of includes.h; ok djm@
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes.h b/includes.h index 564bb7634..c3da49ebd 100644 --- a/includes.h +++ b/includes.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: includes.h,v 1.35 2006/02/20 17:02:44 stevesk Exp $ */ | 1 | /* $OpenBSD: includes.h,v 1.37 2006/02/22 00:04:44 stevesk Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -25,7 +25,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } | |||
25 | 25 | ||
26 | #include <stdarg.h> | 26 | #include <stdarg.h> |
27 | #include <stdio.h> | 27 | #include <stdio.h> |
28 | #include <ctype.h> | ||
29 | #include <errno.h> | 28 | #include <errno.h> |
30 | #include <fcntl.h> /* For O_NONBLOCK */ | 29 | #include <fcntl.h> /* For O_NONBLOCK */ |
31 | #include <stdlib.h> | 30 | #include <stdlib.h> |