Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment