small stupid changes. no code changes
[oweals/busybox.git] / libbb / vherror_msg.c
index 7d9fc432a465ba76a03dc18ff0f4d234b19becaf..04446a090d407543ac2cfa2301aa39796a817437 100644 (file)
@@ -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));