X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fprotocol.h;h=675c0d82a47f1449b77ca53a0160c100e575d1fa;hb=HEAD;hp=fcc8c9e06f650a97c6305e2d06597e401aafddbf;hpb=a0bfbd64a8dc93eb87a452843f76dbb9dec9f30b;p=novacoin.git diff --git a/src/protocol.h b/src/protocol.h index fcc8c9e..675c0d8 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -3,18 +3,13 @@ // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#ifndef __cplusplus -# error This header can only be compiled as C++. -#endif - #ifndef __INCLUDED_PROTOCOL_H__ #define __INCLUDED_PROTOCOL_H__ #include "serialize.h" #include "netbase.h" -#include -#include #include "uint256.h" +#include "version.h" extern bool fTestNet; inline unsigned short GetDefaultPort()