Remove headers.h
[novacoin.git] / src / bignum.h
index daf5f68..cea8e1e 100644 (file)
@@ -9,7 +9,7 @@
 #include <vector>
 #include <openssl/bn.h>
 
-#include "util.h"
+#include "util.h" // for uint64
 
 /** Errors thrown by the bignum class */
 class bignum_error : public std::runtime_error