diff options
Diffstat (limited to 'libbb/verror_msg.c')
-rw-r--r-- | libbb/verror_msg.c | 6 |
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 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include <stdio.h> | ||
11 | #include <errno.h> | ||
12 | #include <string.h> | ||
13 | #include <stdlib.h> | ||
14 | #include <syslog.h> | ||
15 | #include "libbb.h" | 10 | #include "libbb.h" |
11 | #include <syslog.h> | ||
16 | 12 | ||
17 | int logmode = LOGMODE_STDIO; | 13 | int logmode = LOGMODE_STDIO; |
18 | const char *msg_eol = "\n"; | 14 | const char *msg_eol = "\n"; |