From b5f50ea3446980984637ad5fac6bd3890102027b Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 12 Sep 2006 13:27:55 +0000 Subject: - small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_copy. --- libbb/vperror_msg.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libbb/vperror_msg.c') diff --git a/libbb/vperror_msg.c b/libbb/vperror_msg.c index 70fd671e3..c3f79c23b 100644 --- a/libbb/vperror_msg.c +++ b/libbb/vperror_msg.c @@ -7,10 +7,6 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include -#include -#include -#include #include "libbb.h" void bb_vperror_msg(const char *s, va_list p) -- cgit v1.2.3