Remove unnecessary forward class declarations in header files

This commit is contained in:
practicalswift
2017-06-09 14:57:35 +02:00
parent b7296bcea0
commit 4087d9ea7c
16 changed files with 0 additions and 29 deletions
-3
View File
@@ -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 {