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

View File

@@ -101,7 +101,6 @@ struct AddedNodeInfo
bool fInbound;
};
class CTransaction;
class CNodeStats;
class CClientUIInterface;