From 4087d9ea7cf1e59b2ddffcf5ea0c079671d251e9 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Fri, 9 Jun 2017 14:57:35 +0200 Subject: Remove unnecessary forward class declarations in header files --- src/wallet/crypter.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/wallet') diff --git a/src/wallet/crypter.h b/src/wallet/crypter.h index 275e435f73..f1c4f57428 100644 --- a/src/wallet/crypter.h +++ b/src/wallet/crypter.h @@ -9,8 +9,6 @@ #include "serialize.h" #include "support/allocators/secure.h" -class uint256; - const unsigned int WALLET_CRYPTO_KEY_SIZE = 32; const unsigned int WALLET_CRYPTO_SALT_SIZE = 8; const unsigned int WALLET_CRYPTO_IV_SIZE = 16; -- cgit v1.2.3