aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2017-06-12 15:09:07 -0700
committerPieter Wuille <pieter.wuille@gmail.com>2017-06-12 15:17:51 -0700
commitc98ebf1bfb29a8203b5090412afeb333384213cd (patch)
tree32fb696413704298a034e90c7139e64aa022dd12 /src/rpc
parentf18bb49547095020a30e81b648075bc7e707515c (diff)
parent4087d9ea7cf1e59b2ddffcf5ea0c079671d251e9 (diff)
downloadbitcoin-c98ebf1bfb29a8203b5090412afeb333384213cd.tar.xz
Merge #10568: Remove unnecessary forward class declarations in header files
4087d9ea7 Remove unnecessary forward class declarations in header files (practicalswift) Tree-SHA512: 80a9b2cd339ba9c606c0dd93739ac80941b6050388fee2edd7976ae8b5e332fd0b4f1df1e89c1d6d28a77c23a36b1e874e72977985fb8f710c65c45c3a926f97
Diffstat (limited to 'src/rpc')
-rw-r--r--src/rpc/blockchain.h3
-rw-r--r--src/rpc/server.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/src/rpc/blockchain.h b/src/rpc/blockchain.h
index c021441b0a..960edfd56f 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;
/**
diff --git a/src/rpc/server.h b/src/rpc/server.h
index a893f49033..b20c827727 100644
--- a/src/rpc/server.h
+++ b/src/rpc/server.h
@@ -28,9 +28,6 @@ namespace RPCServer
void OnPreCommand(std::function<void (const CRPCCommand&)> slot);
}
-class CBlockIndex;
-class CNetAddr;
-
/** Wrapper for UniValue::VType, which includes typeAny:
* Used to denote don't care type. Only used by RPCTypeCheckObj */
struct UniValueType {