X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fnet.h;h=a98a41641d0ac7babb1ec71a1cf3806b1c5991c1;hp=b12750cbdce70ac740102f7989796cce542f7cfb;hb=75c3915a7c5c1a1542ac9c2bfe2db215e8cdd98c;hpb=cd7e570c1f74a1f1ab1590ecbb09bd3bfcb363ea 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