su: make /etc/shells check configurable
[oweals/busybox.git] / libbb / vinfo_msg.c
index 613b013cd629875bb2883c2ef3f1a898a04aed18..fa279862583f49feb0eb64f53970eee74f716ef1 100644 (file)
@@ -7,12 +7,8 @@
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */
 
-#include <stdio.h>
-#include <errno.h>
-#include <string.h>
-#include <stdlib.h>
-#include <syslog.h>
 #include "libbb.h"
+#include <syslog.h>
 
 void bb_vinfo_msg(const char *s, va_list p)
 {