From: svost Date: Sun, 11 Feb 2024 20:07:15 +0000 (+0300) Subject: Includes cleanup X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=20ef4799500378c005dee0c15573b40dab031d37 Includes cleanup --- diff --git a/src/crypter.cpp b/src/crypter.cpp index 0ae13f4..44f7cf3 100644 --- a/src/crypter.cpp +++ b/src/crypter.cpp @@ -2,16 +2,12 @@ // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#include #include #include #include #include "crypter.h" -#ifdef WIN32 -#include -#endif bool CCrypter::SetKeyFromPassphrase(const SecureString& strKeyData, const std::vector& chSalt, const unsigned int nRounds, const unsigned int nDerivationMethod) { @@ -55,6 +51,7 @@ bool CCrypter::Encrypt(const CKeyingMaterial& vchPlaintext, std::vector (nCLen);