diff --git a/BitcoinUtil.cpp b/BitcoinUtil.cpp index 87707f476..44beac43b 100644 --- a/BitcoinUtil.cpp +++ b/BitcoinUtil.cpp @@ -1,7 +1,7 @@ #include "BitcoinUtil.h" -#include +#include #include -#include +#include #if defined(WIN32) || defined(WIN64) #include diff --git a/CallRPC.cpp b/CallRPC.cpp index 1e0b26707..6094a5bfb 100644 --- a/CallRPC.cpp +++ b/CallRPC.cpp @@ -1,7 +1,7 @@ #include -#include +#include #include #include diff --git a/NewcoinAddress.cpp b/NewcoinAddress.cpp index 01b203648..bb014da6e 100644 --- a/NewcoinAddress.cpp +++ b/NewcoinAddress.cpp @@ -1,7 +1,7 @@ #include "NewcoinAddress.h" #include "Config.h" #include "BitcoinUtil.h" -#include +#include bool NewcoinAddress::SetHash160(const uint160& hash160) diff --git a/Serializer.cpp b/Serializer.cpp index b487df691..03deb0136 100644 --- a/Serializer.cpp +++ b/Serializer.cpp @@ -1,6 +1,6 @@ #include "Serializer.h" #include "key.h" -#include +#include #include #include diff --git a/uint256.h b/uint256.h index 4077c5e59..d4b75ea7e 100644 --- a/uint256.h +++ b/uint256.h @@ -6,11 +6,11 @@ #define NEWCOIN_UINT256_H -#include +#include #include #include -#include -#include +#include +#include #include "types.h"