From 94dd3409f9fcf5debd9fa3029b571b40836be45f Mon Sep 17 00:00:00 2001 From: markus Date: Sun, 21 Jan 2001 19:05:40 +0000 Subject: split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. rename util.[ch] -> misc.[ch] --- usr.bin/ssh/cli.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh/cli.c') diff --git a/usr.bin/ssh/cli.c b/usr.bin/ssh/cli.c index fa18e7b54b6..943bc104b2c 100644 --- a/usr.bin/ssh/cli.c +++ b/usr.bin/ssh/cli.c @@ -1,8 +1,9 @@ #include "includes.h" -RCSID("$OpenBSD: cli.c,v 1.5 2001/01/08 08:50:29 markus Exp $"); +RCSID("$OpenBSD: cli.c,v 1.6 2001/01/21 19:05:47 markus Exp $"); #include "xmalloc.h" -#include "ssh.h" +#include "log.h" + #include static int cli_input = -1; -- cgit v1.2.3-59-g8ed1b