aboutsummaryrefslogtreecommitdiff
path: root/libbb/vherror_msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/vherror_msg.c')
-rw-r--r--libbb/vherror_msg.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libbb/vherror_msg.c b/libbb/vherror_msg.c
index 7d9fc432a..04446a090 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));