libbb/mtab: fix xrealloc_vector fallout
[oweals/busybox.git] / libbb / error_msg.c
index b2141f3a202dd360b503decab5f4c7134dfd8083..802fd5715eae523798831956811833861b4020ae 100644 (file)
@@ -7,13 +7,9 @@
  * 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, ...)
+void FAST_FUNC bb_error_msg(const char *s, ...)
 {
        va_list p;