Skip to content

Commit

Permalink
fixdep: remove unneeded <stdarg.h> inclusion
Browse files Browse the repository at this point in the history
This is unneeded since commit 6930437 ("fixdep: use fflush() and
ferror() to ensure successful write to files").

Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
masahir0y committed Dec 30, 2022
1 parent aa4847d commit 6a5e25f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/basic/fixdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6a5e25f

Please sign in to comment.