=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/tildexpand.c,v retrieving revision 1.13.6.1 retrieving revision 1.14 diff -u -r1.13.6.1 -r1.14 --- src/usr.bin/ssh/Attic/tildexpand.c 2004/08/19 22:37:33 1.13.6.1 +++ src/usr.bin/ssh/Attic/tildexpand.c 2004/05/08 00:01:37 1.14 @@ -11,11 +11,10 @@ */ #include "includes.h" -RCSID("$OpenBSD: tildexpand.c,v 1.13.6.1 2004/08/19 22:37:33 brad Exp $"); +RCSID("$OpenBSD: tildexpand.c,v 1.14 2004/05/08 00:01:37 deraadt Exp $"); #include "xmalloc.h" #include "log.h" -#include "misc.h" /* * Expands tildes in the file name. Returns data allocated by xmalloc.