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

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
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment