diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2023-03-05 06:34:09 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2023-03-05 09:27:31 +0100 |
commit | fc7f8f2188d4a4fc8ba77eddbe863c7665666db5 (patch) | |
tree | 0d19bf3eea09b7ae3a4149f09d54d80b7992e0c3 /auth2-none.c | |
parent | upstream: Use time_t for x11 timeout. (diff) | |
download | openssh-fc7f8f2188d4a4fc8ba77eddbe863c7665666db5.tar.xz openssh-fc7f8f2188d4a4fc8ba77eddbe863c7665666db5.zip |
upstream: 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.
OpenBSD-Commit-ID: 5af8baa194be00a3092d17598e88a5b29f7ea2b4
Diffstat (limited to 'auth2-none.c')
-rw-r--r-- | auth2-none.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/auth2-none.c b/auth2-none.c index d9f97223c..8966fd082 100644 --- a/auth2-none.c +++ b/auth2-none.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth2-none.c,v 1.24 2021/12/19 22:12:07 djm Exp $ */ +/* $OpenBSD: auth2-none.c,v 1.25 2023/03/05 05:34:09 dtucker Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -44,7 +44,6 @@ #include "log.h" #include "misc.h" #include "servconf.h" -#include "compat.h" #include "ssh2.h" #include "ssherr.h" #ifdef GSSAPI |