hush: fix read builtin to not read ahead past eol and to not use
[oweals/busybox.git] / libbb / error_msg.c
index b2141f3a202dd360b503decab5f4c7134dfd8083..5f53f031188db89baadfa766a320311cd697618a 100644 (file)
@@ -7,10 +7,6 @@
  * 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 "libbb.h"
 
 void bb_error_msg(const char *s, ...)