Commit 6a5e25fc authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

fixdep: remove unneeded <stdarg.h> inclusion



This is unneeded since commit 69304379 ("fixdep: use fflush() and
ferror() to ensure successful write to files").

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent aa4847db
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -94,7 +94,6 @@
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>