summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@cvs.openbsd.org>2022-12-04 11:03:12 +0000
committerDarren Tucker <dtucker@cvs.openbsd.org>2022-12-04 11:03:12 +0000
commita38290a91db4efcac213e307b17974ce332ce807 (patch)
treea6bb4370ab5ff25992addbe72851a1ff27b6e49d /usr.bin
parent23bea8efe0fa7d8ee0f6c0bc50b977fe8a85d77c (diff)
Remove duplicate includes. Patch from AtariDreams via github PR#364.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/ssh-agent.c3
-rw-r--r--usr.bin/ssh/ssh-sk-helper.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh-agent.c b/usr.bin/ssh/ssh-agent.c
index 40b0762135a..345c3c0d400 100644
--- a/usr.bin/ssh/ssh-agent.c
+++ b/usr.bin/ssh/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
@@ -74,7 +74,6 @@
#include "ssherr.h"
#include "match.h"
#include "msg.h"
-#include "ssherr.h"
#include "pathnames.h"
#include "ssh-pkcs11.h"
#include "sk-api.h"
diff --git a/usr.bin/ssh/ssh-sk-helper.c b/usr.bin/ssh/ssh-sk-helper.c
index 4627866bf99..41743acd6e1 100644
--- a/usr.bin/ssh/ssh-sk-helper.c
+++ b/usr.bin/ssh/ssh-sk-helper.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-sk-helper.c,v 1.13 2022/04/29 03:16:48 dtucker Exp $ */
+/* $OpenBSD: ssh-sk-helper.c,v 1.14 2022/12/04 11:03:11 dtucker Exp $ */
/*
* Copyright (c) 2019 Google LLC
*
@@ -41,7 +41,6 @@
#include "sshbuf.h"
#include "msg.h"
#include "uidswap.h"
-#include "sshkey.h"
#include "ssherr.h"
#include "ssh-sk.h"