diff options
Diffstat (limited to 'libbb/vherror_msg.c')
-rw-r--r-- | libbb/vherror_msg.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libbb/vherror_msg.c b/libbb/vherror_msg.c index 7d9fc43..04446a0 100644 --- a/libbb/vherror_msg.c +++ b/libbb/vherror_msg.c @@ -7,13 +7,8 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include <stdarg.h> -#include <netdb.h> -#include <stdio.h> - #include "libbb.h" - void bb_vherror_msg(const char *s, va_list p) { bb_verror_msg(s, p, hstrerror(h_errno)); |