diff options
author | Darren Tucker <dtucker@zip.com.au> | 2015-06-04 14:10:55 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2015-06-04 14:10:55 +1000 |
commit | d2480bcac1caf31b03068de877a47d6e1027bf6d (patch) | |
tree | b238d1ce0a152ab6cdede49c9780c19876ae4f58 | |
parent | 5e67859a623826ccdf2df284cbb37e2d8e2787eb (diff) |
Remove redundant include of stdarg.h. bz#2410
-rw-r--r-- | auth-chall.c | 2 |
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" |