X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fnet.h;h=a98a41641d0ac7babb1ec71a1cf3806b1c5991c1;hb=75744e6526193604bfbcc6be3a3793315556f12c;hp=b12750cbdce70ac740102f7989796cce542f7cfb;hpb=cd7e570c1f74a1f1ab1590ecbb09bd3bfcb363ea;p=novacoin.git diff --git a/src/net.h b/src/net.h index b12750c..a98a416 100644 --- a/src/net.h +++ b/src/net.h @@ -19,7 +19,6 @@ #include "mruset.h" #include "netbase.h" -#include "protocol.h" #include "addrman.h" #include "hash.h" @@ -77,7 +76,7 @@ CAddress GetLocalAddress(const CNetAddr *paddrPeer = NULL); enum { MSG_TX = 1, - MSG_BLOCK, + MSG_BLOCK }; class CRequestTracker