diff options
Diffstat (limited to 'libbb/vinfo_msg.c')
-rw-r--r-- | libbb/vinfo_msg.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libbb/vinfo_msg.c b/libbb/vinfo_msg.c index 613b013..fa27986 100644 --- a/libbb/vinfo_msg.c +++ b/libbb/vinfo_msg.c @@ -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) { |