Remove unused compat.h includes. We've previously removed a lot
authordtucker <dtucker@openbsd.org>
Sun, 5 Mar 2023 05:34:09 +0000 (05:34 +0000)
committerdtucker <dtucker@openbsd.org>
Sun, 5 Mar 2023 05:34:09 +0000 (05:34 +0000)
commit15d7c2bc608abdf5b782d4e25f4bbb5087b56895
tree856a5f1d19f965f5aa77dbb83aacb328ff800953
parentdb0c9634e1642283fb7196739d306b6a76623a54
Remove unused compat.h includes.  We've previously removed a lot
of the really old compatibility code, and with it went the need to
include compat.h in most of the files that have it.
16 files changed:
usr.bin/ssh/auth.c
usr.bin/ssh/auth2-hostbased.c
usr.bin/ssh/auth2-none.c
usr.bin/ssh/auth2-pubkeyfile.c
usr.bin/ssh/auth2.c
usr.bin/ssh/authfd.c
usr.bin/ssh/dispatch.c
usr.bin/ssh/kexgexs.c
usr.bin/ssh/readconf.c
usr.bin/ssh/servconf.c
usr.bin/ssh/serverloop.c
usr.bin/ssh/session.c
usr.bin/ssh/ssh-agent.c
usr.bin/ssh/ssh-dss.c
usr.bin/ssh/ssh-rsa.c
usr.bin/ssh/sshconnect.c