summaryrefslogtreecommitdiff
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
parent084682786d9275552ee93857cb36e43c446ce92c (diff)
upstream: remove some duplicate #includes
OpenBSD-Commit-ID: ed6827ab921eff8027669848ef4f70dc1da4098c
-rw-r--r--auth-rhosts.c3
-rw-r--r--auth.c3
-rw-r--r--sftp-glob.c3
-rw-r--r--sftp.c3
-rw-r--r--ssh-keysign.c3
5 files changed, 5 insertions, 10 deletions
diff --git a/auth-rhosts.c b/auth-rhosts.c
index 63c1c8acb..7a10210b6 100644
--- a/auth-rhosts.c
+++ b/auth-rhosts.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth-rhosts.c,v 1.50 2019/06/28 13:35:04 deraadt Exp $ */ 1/* $OpenBSD: auth-rhosts.c,v 1.51 2019/10/02 00:42:30 djm Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -38,7 +38,6 @@
38#include "sshkey.h" 38#include "sshkey.h"
39#include "servconf.h" 39#include "servconf.h"
40#include "canohost.h" 40#include "canohost.h"
41#include "sshkey.h"
42#include "hostfile.h" 41#include "hostfile.h"
43#include "auth.h" 42#include "auth.h"
44 43
diff --git a/auth.c b/auth.c
index 61fb1feb3..ca450f4e4 100644
--- a/auth.c
+++ b/auth.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.c,v 1.140 2019/09/06 04:53:27 djm Exp $ */ 1/* $OpenBSD: auth.c,v 1.141 2019/10/02 00:42:30 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2000 Markus Friedl. All rights reserved. 3 * Copyright (c) 2000 Markus Friedl. All rights reserved.
4 * 4 *
@@ -73,7 +73,6 @@
73#endif 73#endif
74#include "authfile.h" 74#include "authfile.h"
75#include "monitor_wrap.h" 75#include "monitor_wrap.h"
76#include "authfile.h"
77#include "ssherr.h" 76#include "ssherr.h"
78#include "compat.h" 77#include "compat.h"
79#include "channels.h" 78#include "channels.h"
diff --git a/sftp-glob.c b/sftp-glob.c
index 43a1bebad..c196c51e5 100644
--- a/sftp-glob.c
+++ b/sftp-glob.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sftp-glob.c,v 1.27 2015/01/14 13:54:13 djm Exp $ */ 1/* $OpenBSD: sftp-glob.c,v 1.28 2019/10/02 00:42:30 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org> 3 * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
4 * 4 *
@@ -25,7 +25,6 @@
25#include <dirent.h> 25#include <dirent.h>
26#include <stdlib.h> 26#include <stdlib.h>
27#include <string.h> 27#include <string.h>
28#include <stdlib.h>
29 28
30#include "xmalloc.h" 29#include "xmalloc.h"
31#include "sftp.h" 30#include "sftp.h"
diff --git a/sftp.c b/sftp.c
index fa833d25d..b66037f16 100644
--- a/sftp.c
+++ b/sftp.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sftp.c,v 1.194 2019/07/10 07:04:27 tb Exp $ */ 1/* $OpenBSD: sftp.c,v 1.195 2019/10/02 00:42:30 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org> 3 * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
4 * 4 *
@@ -53,7 +53,6 @@ typedef void EditLine;
53#include <stdio.h> 53#include <stdio.h>
54#include <string.h> 54#include <string.h>
55#include <unistd.h> 55#include <unistd.h>
56#include <stdarg.h>
57 56
58#ifdef HAVE_UTIL_H 57#ifdef HAVE_UTIL_H
59# include <util.h> 58# include <util.h>
diff --git a/ssh-keysign.c b/ssh-keysign.c
index 2ff86756e..3ede407d3 100644
--- a/ssh-keysign.c
+++ b/ssh-keysign.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-keysign.c,v 1.60 2019/09/06 05:23:55 djm Exp $ */ 1/* $OpenBSD: ssh-keysign.c,v 1.61 2019/10/02 00:42:30 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2002 Markus Friedl. All rights reserved. 3 * Copyright (c) 2002 Markus Friedl. All rights reserved.
4 * 4 *
@@ -58,7 +58,6 @@
58#include "pathnames.h" 58#include "pathnames.h"
59#include "readconf.h" 59#include "readconf.h"
60#include "uidswap.h" 60#include "uidswap.h"
61#include "sshkey.h"
62#include "ssherr.h" 61#include "ssherr.h"
63 62
64extern char *__progname; 63extern char *__progname;