summaryrefslogtreecommitdiff
path: root/auth-chall.c
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 /auth-chall.c
parent5e67859a623826ccdf2df284cbb37e2d8e2787eb (diff)
Remove redundant include of stdarg.h. bz#2410
Diffstat (limited to 'auth-chall.c')
-rw-r--r--auth-chall.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/auth-chall.c b/auth-chall.c
index 5c26a403d..60c9f14ca 100644
--- a/auth-chall.c
+++ b/auth-chall.c
@@ -30,8 +30,6 @@
30#include <stdlib.h> 30#include <stdlib.h>
31#include <stdio.h> 31#include <stdio.h>
32 32
33#include <stdarg.h>
34
35#include "xmalloc.h" 33#include "xmalloc.h"
36#include "key.h" 34#include "key.h"
37#include "hostfile.h" 35#include "hostfile.h"