summaryrefslogtreecommitdiff
path: root/auth-rhosts.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2019-10-02 00:42:30 +0000
committerDamien Miller <djm@mindrot.org>2019-10-02 10:43:47 +1000
commitd0c3ac427f6c52b872d6617421421dd791664445 (patch)
tree4f2236f676e01ea17cea889e13798c3078e4182d /auth-rhosts.c
parent084682786d9275552ee93857cb36e43c446ce92c (diff)
downloadopenssh-git-d0c3ac427f6c52b872d6617421421dd791664445.tar.gz
upstream: remove some duplicate #includes
OpenBSD-Commit-ID: ed6827ab921eff8027669848ef4f70dc1da4098c
Diffstat (limited to 'auth-rhosts.c')
-rw-r--r--auth-rhosts.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/auth-rhosts.c b/auth-rhosts.c
index 63c1c8ac..7a10210b 100644
--- a/auth-rhosts.c
+++ b/auth-rhosts.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth-rhosts.c,v 1.50 2019/06/28 13:35:04 deraadt Exp $ */
+/* $OpenBSD: auth-rhosts.c,v 1.51 2019/10/02 00:42:30 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -38,7 +38,6 @@
#include "sshkey.h"
#include "servconf.h"
#include "canohost.h"
-#include "sshkey.h"
#include "hostfile.h"
#include "auth.h"