Revert "Use standard C99 (and Qt) types for 64-bit integers"
[novacoin.git] / src / base58.h
index 3f2d82f..cba638f 100644 (file)
@@ -15,8 +15,6 @@
 #ifndef BITCOIN_BASE58_H
 #define BITCOIN_BASE58_H
 
-#include <stdint.h>
-
 #include <string>
 #include <vector>
 #include "bignum.h"