aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-06-09 14:57:35 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2017-06-12 20:37:43 +0200
commit4087d9ea7cf1e59b2ddffcf5ea0c079671d251e9 (patch)
tree171caf7560a930b541330c29f540c3aae2b2c851 /src/rpc
parentb7296bcea0c942abefcb3243e3e558b95933c082 (diff)
downloadbitcoin-4087d9ea7cf1e59b2ddffcf5ea0c079671d251e9.tar.xz
Remove unnecessary forward class declarations in header files
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 {