openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code
[oweals/busybox.git] / libbb / pw_encrypt.c
index f6085f3d2c541fedab12a8890828381e7845ec40..d546bc883ec4d3606b37f19b1fbd7b031720e981 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include "libbb.h"
-#include <string.h>
 #include <crypt.h>
 
 char *pw_encrypt(const char *clear, const char *salt)