X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Futil.h;h=868a8407de4037e3e0bbd3b32518eae7ce1fb9c6;hp=6cf2070a86700bccab4f820f0d58aa73de455899;hb=82597c35e97568d9d53983211cdf29621cefdb51;hpb=7a8e4d590a4551516dee5722f520301e4b17ede6 diff --git a/src/util.h b/src/util.h index 6cf2070..868a840 100644 --- a/src/util.h +++ b/src/util.h @@ -6,8 +6,6 @@ #define BITCOIN_UTIL_H -#include "uint256.h" - #ifndef WIN32 #include #include @@ -236,7 +234,6 @@ boost::filesystem::path GetSpecialFolderPath(int nFolder, bool fCreate = true); void ShrinkDebugFile(); int GetRandInt(int nMax); uint64_t GetRand(uint64_t nMax); -uint256 GetRandHash(); int64_t GetTime(); int64_t GetTimeMillis(); int64_t GetTimeMicros();