[PATCH] fixdep: remove unneeded <stdarg.h> inclusion

Masahiro Yamada posted 1 patch 2 years, 8 months ago
scripts/basic/fixdep.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] fixdep: remove unneeded <stdarg.h> inclusion
Posted by Masahiro Yamada 2 years, 8 months ago
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 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/basic/fixdep.c b/scripts/basic/fixdep.c
index 7a408bb97478..37782a632494 100644
--- a/scripts/basic/fixdep.c
+++ b/scripts/basic/fixdep.c
@@ -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>
-- 
2.34.1