summaryrefslogtreecommitdiff
path: root/sftp.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 /sftp.c
parent084682786d9275552ee93857cb36e43c446ce92c (diff)
upstream: remove some duplicate #includes
OpenBSD-Commit-ID: ed6827ab921eff8027669848ef4f70dc1da4098c
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c3
1 files changed, 1 insertions, 2 deletions
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>