X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libbb%2Fpw_encrypt.c;h=d546bc883ec4d3606b37f19b1fbd7b031720e981;hb=9af7c9d6b62ceb07a9ba24cee0cf4a08c689235e;hp=f6085f3d2c541fedab12a8890828381e7845ec40;hpb=de9ec929586fd88d1efbaea3f6cf5bf5b57d391f;p=oweals%2Fbusybox.git diff --git a/libbb/pw_encrypt.c b/libbb/pw_encrypt.c index f6085f3d2..d546bc883 100644 --- a/libbb/pw_encrypt.c +++ b/libbb/pw_encrypt.c @@ -8,7 +8,6 @@ */ #include "libbb.h" -#include #include char *pw_encrypt(const char *clear, const char *salt)