Includes cleanup
[novacoin.git] / src / crypter.cpp
index 44f7cf3..313fecb 100644 (file)
@@ -2,12 +2,10 @@
 // Distributed under the MIT/X11 software license, see the accompanying
 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
 
-#include <openssl/evp.h>
-#include <vector>
-#include <string>
-
 #include "crypter.h"
 
+#include <openssl/evp.h>
+
 
 bool CCrypter::SetKeyFromPassphrase(const SecureString& strKeyData, const std::vector<unsigned char>& chSalt, const unsigned int nRounds, const unsigned int nDerivationMethod)
 {