Remove unnecessary forward class declarations in header files
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user