=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth2-pubkey.c,v retrieving revision 1.7.2.1 retrieving revision 1.8 diff -u -r1.7.2.1 -r1.8 --- src/usr.bin/ssh/auth2-pubkey.c 2005/03/10 16:28:27 1.7.2.1 +++ src/usr.bin/ssh/auth2-pubkey.c 2004/12/06 11:41:03 1.8 @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth2-pubkey.c,v 1.7.2.1 2005/03/10 16:28:27 brad Exp $"); +RCSID("$OpenBSD: auth2-pubkey.c,v 1.8 2004/12/06 11:41:03 dtucker Exp $"); #include "ssh.h" #include "ssh2.h" @@ -41,7 +41,6 @@ #include "auth-options.h" #include "canohost.h" #include "monitor_wrap.h" -#include "misc.h" /* import */ extern ServerOptions options;