Skip to content

Commit 6a5e25f

Browse files
committed
fixdep: remove unneeded <stdarg.h> inclusion
This is unneeded since commit 6930437 ("fixdep: use fflush() and ferror() to ensure successful write to files"). Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
1 parent aa4847d commit 6a5e25f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/basic/fixdep.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
#include <unistd.h>
9595
#include <fcntl.h>
9696
#include <string.h>
97-
#include <stdarg.h>
9897
#include <stdlib.h>
9998
#include <stdio.h>
10099
#include <ctype.h>

0 commit comments

Comments
 (0)