summaryrefslogtreecommitdiffstats
path: root/dns.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2019-10-02 02:54:28 +0200
committerDamien Miller <djm@mindrot.org>2019-10-02 02:54:28 +0200
commitedd1d3a6261aecbf9a55944fd7be1db83571b46e (patch)
treebebd81104eda00c6b432ecb50122fb007338fc1b /dns.c
parenttypo in comment (diff)
downloadopenssh-edd1d3a6261aecbf9a55944fd7be1db83571b46e.tar.xz
openssh-edd1d3a6261aecbf9a55944fd7be1db83571b46e.zip
remove duplicate #includes
Prompted by Jakub Jelen
Diffstat (limited to 'dns.c')
-rw-r--r--dns.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dns.c b/dns.c
index ff1a2c41c..e4f9bf830 100644
--- a/dns.c
+++ b/dns.c
@@ -34,7 +34,6 @@
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
-#include <stdarg.h>
#include <stdlib.h>
#include "xmalloc.h"