summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2015-06-04 14:10:55 +1000
committerDarren Tucker <dtucker@zip.com.au>2015-06-04 14:10:55 +1000
commitd2480bcac1caf31b03068de877a47d6e1027bf6d (patch)
treeb238d1ce0a152ab6cdede49c9780c19876ae4f58
parent5e67859a623826ccdf2df284cbb37e2d8e2787eb (diff)
Remove redundant include of stdarg.h. bz#2410
-rw-r--r--auth-chall.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/auth-chall.c b/auth-chall.c
index 5c26a403..60c9f14c 100644
--- a/auth-chall.c
+++ b/auth-chall.c
@@ -30,8 +30,6 @@
#include <stdlib.h>
#include <stdio.h>
-#include <stdarg.h>
-
#include "xmalloc.h"
#include "key.h"
#include "hostfile.h"