From 20d4f3f5511955443bb70d975d9770ee5fd69864 Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Sun, 21 Jan 2001 19:06:04 +0000 Subject: split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. rename util.[ch] -> misc.[ch] --- usr.bin/ssh/compat.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'usr.bin/ssh/compat.c') diff --git a/usr.bin/ssh/compat.c b/usr.bin/ssh/compat.c index c7df1906b06..87caf71cec6 100644 --- a/usr.bin/ssh/compat.c +++ b/usr.bin/ssh/compat.c @@ -23,13 +23,14 @@ */ #include "includes.h" -RCSID("$OpenBSD: compat.c,v 1.33 2001/01/08 22:29:05 markus Exp $"); +RCSID("$OpenBSD: compat.c,v 1.34 2001/01/21 19:05:48 markus Exp $"); + +#include -#include "ssh.h" #include "packet.h" #include "xmalloc.h" #include "compat.h" -#include +#include "log.h" int compat13 = 0; int compat20 = 0; -- cgit v1.2.3