Further reduce header dependencies
[novacoin.git] / src / crypter.cpp
index 5713faf..4f37575 100644 (file)
@@ -11,7 +11,6 @@
 #endif
 
 #include "crypter.h"
-#include "util.h"
 
 bool CCrypter::SetKeyFromPassphrase(const SecureString& strKeyData, const std::vector<unsigned char>& chSalt, const unsigned int nRounds, const unsigned int nDerivationMethod)
 {