aboutsummaryrefslogtreecommitdiff
path: root/libbb/verror_msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/verror_msg.c')
-rw-r--r--libbb/verror_msg.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/libbb/verror_msg.c b/libbb/verror_msg.c
index 988a7a293..557b3290a 100644
--- a/libbb/verror_msg.c
+++ b/libbb/verror_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>
int logmode = LOGMODE_STDIO;
const char *msg_eol = "\n";