From bcdb042ad960f93094a18ce54c2d5cb8bed00c72 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 15 Jul 2017 20:33:34 +0200 Subject: [PATCH] Revert "Explicitly include " This reverts commit 0fd9aae17a361c48f6a190e3ee9a786287495237. --- src/libsodium/crypto_pwhash/crypto_pwhash.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libsodium/crypto_pwhash/crypto_pwhash.c b/src/libsodium/crypto_pwhash/crypto_pwhash.c index b6c16c81..3bccfe2b 100644 --- a/src/libsodium/crypto_pwhash/crypto_pwhash.c +++ b/src/libsodium/crypto_pwhash/crypto_pwhash.c @@ -1,6 +1,5 @@ #include -#include #include #include "crypto_pwhash.h"