*: remove a few more cases of argc usage. -89 bytes.
[oweals/busybox.git] / libbb / default_error_retval.c
index f4e46a4b54bb56414578234e85f949bcc7cda3aa..0b19f216354197e72e66aa9f2e8821fc945b0772 100644 (file)
@@ -13,7 +13,6 @@
  * that too seems silly.
  */
 
-#include <stdlib.h>
 #include "libbb.h"
 
 int xfunc_error_retval = EXIT_FAILURE;