summaryrefslogtreecommitdiff
path: root/ssh-agent.c
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2023-03-05 05:34:09 +0000
committerDarren Tucker <dtucker@dtucker.net>2023-03-05 19:27:31 +1100
commitfc7f8f2188d4a4fc8ba77eddbe863c7665666db5 (patch)
tree0d19bf3eea09b7ae3a4149f09d54d80b7992e0c3 /ssh-agent.c
parent6c165c36246d8004c20e1df5cec4961a5ac422d6 (diff)
downloadopenssh-git-fc7f8f2188d4a4fc8ba77eddbe863c7665666db5.tar.gz
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 'ssh-agent.c')
-rw-r--r--ssh-agent.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh-agent.c b/ssh-agent.c
index 63e1137b..d5811f97 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-agent.c,v 1.294 2022/12/04 11:03:11 dtucker Exp $ */
+/* $OpenBSD: ssh-agent.c,v 1.295 2023/03/05 05:34:09 dtucker Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -80,7 +80,6 @@
#include "sshbuf.h"
#include "sshkey.h"
#include "authfd.h"
-#include "compat.h"
#include "log.h"
#include "misc.h"
#include "digest.h"