Remove redundant include <stdarg.h>

* strace.c: Remove redundant include <stdarg.h>

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
Denys Vlasenko 2011-06-24 22:58:00 +02:00
parent 178de007d1
commit e18314ed0f

View File

@ -2734,8 +2734,6 @@ Process %d attached (waiting for parent)\n",
#endif /* !USE_PROCFS */
#include <stdarg.h>
void
tprintf(const char *fmt, ...)
{