From: Darren Tucker Date: Thu, 4 Jun 2015 04:10:55 +0000 (+1000) Subject: Remove redundant include of stdarg.h. bz#2410 X-Git-Tag: V_6_9_P1~28^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2480bcac1caf31b03068de877a47d6e1027bf6d;p=thirdparty%2Fopenssh-portable.git Remove redundant include of stdarg.h. bz#2410 --- 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 @@ #include #include -#include - #include "xmalloc.h" #include "key.h" #include "hostfile.h"