From fc7f8f2188d4a4fc8ba77eddbe863c7665666db5 Mon Sep 17 00:00:00 2001 From: "dtucker@openbsd.org" Date: Sun, 5 Mar 2023 05:34:09 +0000 Subject: 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 --- auth2-pubkeyfile.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'auth2-pubkeyfile.c') diff --git a/auth2-pubkeyfile.c b/auth2-pubkeyfile.c index 0cfacac35..31e7481fb 100644 --- a/auth2-pubkeyfile.c +++ b/auth2-pubkeyfile.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth2-pubkeyfile.c,v 1.3 2022/07/01 03:52:57 djm Exp $ */ +/* $OpenBSD: auth2-pubkeyfile.c,v 1.4 2023/03/05 05:34:09 dtucker Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * Copyright (c) 2010 Damien Miller. All rights reserved. @@ -42,7 +42,6 @@ #include "ssh.h" #include "log.h" #include "misc.h" -#include "compat.h" #include "sshkey.h" #include "digest.h" #include "hostfile.h" -- cgit v1.2.3