diff options
| author | practicalswift <[email protected]> | 2019-07-31 10:03:55 +0000 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2019-10-15 22:56:43 +0000 |
| commit | 084e17cebd424b8e8ced674bc810eef4e6ee5d3b (patch) | |
| tree | 683800e6c7b199e26ac19d481f2cb6e340cebf29 /src/arith_uint256.cpp | |
| parent | Merge #17105: gui: Make RPCConsole::TabTypes an enum class (diff) | |
| download | discoin-084e17cebd424b8e8ced674bc810eef4e6ee5d3b.tar.xz discoin-084e17cebd424b8e8ced674bc810eef4e6ee5d3b.zip | |
Remove unused includes
Diffstat (limited to 'src/arith_uint256.cpp')
| -rw-r--r-- | src/arith_uint256.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arith_uint256.cpp b/src/arith_uint256.cpp index be145a0e6..1111f2777 100644 --- a/src/arith_uint256.cpp +++ b/src/arith_uint256.cpp @@ -8,8 +8,6 @@ #include <uint256.h> #include <crypto/common.h> -#include <stdio.h> -#include <string.h> template <unsigned int BITS> base_uint<BITS>::base_uint(const std::string& str) |