From 06f2bd8bde688390c34eeedfb3aa7b8e4133542d Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 13 May 2004 16:06:46 +1000 Subject: - deraadt@cvs.openbsd.org 2004/05/08 00:01:37 [auth.c clientloop.c misc.h servconf.c ssh.c sshpty.h sshtty.c tildexpand.c], removed: sshtty.h tildexpand.h make two tiny header files go away; djm ok --- tildexpand.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tildexpand.c') diff --git a/tildexpand.c b/tildexpand.c index cbe981146..40aa11965 100644 --- a/tildexpand.c +++ b/tildexpand.c @@ -11,11 +11,10 @@ */ #include "includes.h" -RCSID("$OpenBSD: tildexpand.c,v 1.13 2002/06/23 03:25:50 deraadt Exp $"); +RCSID("$OpenBSD: tildexpand.c,v 1.14 2004/05/08 00:01:37 deraadt Exp $"); #include "xmalloc.h" #include "log.h" -#include "tildexpand.h" /* * Expands tildes in the file name. Returns data allocated by xmalloc. -- cgit v1.2.3