diff options
author | mouring <mouring> | 2001-10-10 20:38:55 +0000 |
---|---|---|
committer | mouring <mouring> | 2001-10-10 20:38:55 +0000 |
commit | 75ad1bc52be3d6b5800131dcf24933db6a6a84a6 (patch) | |
tree | 9078ebf6d9ebd3e177868c8a21c2e8e2c888a210 /openbsd-compat | |
parent | 827a71f5a7ec7faf88522e8567fab6420f6f0c46 (diff) | |
download | openssh-75ad1bc52be3d6b5800131dcf24933db6a6a84a6.tar.gz |
- (bal) removed two unsed headers in openbsd-compat/bsd-misc.c
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/bsd-misc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/openbsd-compat/bsd-misc.c b/openbsd-compat/bsd-misc.c index eb3a5407..7bf46dd7 100644 --- a/openbsd-compat/bsd-misc.c +++ b/openbsd-compat/bsd-misc.c @@ -23,10 +23,8 @@ */ #include "includes.h" -#include "xmalloc.h" -#include "ssh.h" -RCSID("$Id: bsd-misc.c,v 1.4 2001/04/09 14:50:56 stevesk Exp $"); +RCSID("$Id: bsd-misc.c,v 1.5 2001/10/10 20:38:56 mouring Exp $"); char *get_progname(char *argv0) { |