aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2013-11-05 02:47:07 +0100
committerPieter Wuille <[email protected]>2013-11-10 19:37:56 +0100
commita0fa20a12b69717636050dd8742713b1d82ae524 (patch)
treed1db4dc173a9f4d24904a1636f5cf82cd3c1c737 /src/net.h
parentMake CCoinsView use block hashes instead of indices (diff)
downloaddiscoin-a0fa20a12b69717636050dd8742713b1d82ae524.tar.xz
discoin-a0fa20a12b69717636050dd8742713b1d82ae524.zip
Move CCoins-related logic to coins.{cpp.h}
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index b07c10610..4f3d40005 100644
--- a/src/net.h
+++ b/src/net.h
@@ -32,7 +32,6 @@
class CAddrMan;
class CBlockIndex;
-class CNetAddr;
class CNode;
namespace boost {