OSDN Git Service

fixdep: remove unneeded <stdarg.h> inclusion
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 30 Dec 2022 08:16:42 +0000 (17:16 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Fri, 30 Dec 2022 08:26:19 +0000 (17:26 +0900)
This is unneeded since commit 69304379ff03 ("fixdep: use fflush() and
ferror() to ensure successful write to files").

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/basic/fixdep.c

index 2328f9a..f932aea 100644 (file)
@@ -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>