Move rand functions from util to new random.h/.cpp
[novacoin.git] / src / script.cpp
index d0cf49c..aa3fe8c 100644 (file)
@@ -5,9 +5,9 @@
 
 #include "script.h"
 #include "keystore.h"
-#include "bignum.h"
 #include "key.h"
 #include "main.h"
+#include "random.h"
 #include "sync.h"
 #include "util.h"
 #include "base58.h"