]> granicus.if.org Git - strace/commitdiff
Remove redundant include <stdarg.h>
authorDenys Vlasenko <dvlasenk@redhat.com>
Fri, 24 Jun 2011 20:58:00 +0000 (22:58 +0200)
committerDenys Vlasenko <dvlasenk@redhat.com>
Fri, 24 Jun 2011 20:58:00 +0000 (22:58 +0200)
* strace.c: Remove redundant include <stdarg.h>

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
strace.c

index 0b823606f41bb443964b8c414c60a783bbb2f3cd..bc1b00ec4b1c7fad409c4a3188596ad2722c132e 100644 (file)
--- a/strace.c
+++ b/strace.c
@@ -2734,8 +2734,6 @@ Process %d attached (waiting for parent)\n",
 
 #endif /* !USE_PROCFS */
 
-#include <stdarg.h>
-
 void
 tprintf(const char *fmt, ...)
 {