diff options
| author | practicalswift <[email protected]> | 2017-06-09 14:57:35 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-06-12 20:37:43 +0200 |
| commit | 4087d9ea7cf1e59b2ddffcf5ea0c079671d251e9 (patch) | |
| tree | 171caf7560a930b541330c29f540c3aae2b2c851 /src/rpc/blockchain.h | |
| parent | Merge #10550: Don't return stale data from CCoinsViewCache::Cursor() (diff) | |
| download | discoin-4087d9ea7cf1e59b2ddffcf5ea0c079671d251e9.tar.xz discoin-4087d9ea7cf1e59b2ddffcf5ea0c079671d251e9.zip | |
Remove unnecessary forward class declarations in header files
Diffstat (limited to 'src/rpc/blockchain.h')
| -rw-r--r-- | src/rpc/blockchain.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rpc/blockchain.h b/src/rpc/blockchain.h index c021441b0..960edfd56 100644 --- a/src/rpc/blockchain.h +++ b/src/rpc/blockchain.h @@ -7,9 +7,6 @@ class CBlock; class CBlockIndex; -class CScript; -class CTransaction; -class uint256; class UniValue; /** |