diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2022-12-04 12:03:11 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2022-12-04 12:40:04 +0100 |
commit | 73dcca12115aa12ed0d123b914d473c384e52651 (patch) | |
tree | 56ba7c9bc7678819fcb78edead3121bb4991f30e /ssh-agent.c | |
parent | upstream: make struct sshbuf private (diff) | |
download | openssh-73dcca12115aa12ed0d123b914d473c384e52651.tar.xz openssh-73dcca12115aa12ed0d123b914d473c384e52651.zip |
upstream: Remove duplicate includes.
Patch from AtariDreams via github PR#364.
OpenBSD-Commit-ID: b9186638a05cb8b56ef7c0de521922b6723644ea
Diffstat (limited to 'ssh-agent.c')
-rw-r--r-- | ssh-agent.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh-agent.c b/ssh-agent.c index 44eb0a681..63e1137bc 100644 --- a/ssh-agent.c +++ b/ssh-agent.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-agent.c,v 1.293 2022/10/07 06:00:58 jmc Exp $ */ +/* $OpenBSD: ssh-agent.c,v 1.294 2022/12/04 11:03:11 dtucker Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -87,7 +87,6 @@ #include "ssherr.h" #include "match.h" #include "msg.h" -#include "ssherr.h" #include "pathnames.h" #include "ssh-pkcs11.h" #include "sk-api.h" |