Headers cleanup
authorsvost <ya.nowa@yandex.ru>
Sun, 30 Jan 2022 09:55:20 +0000 (12:55 +0300)
committersvost <ya.nowa@yandex.ru>
Sun, 30 Jan 2022 09:55:20 +0000 (12:55 +0300)
src/base58.cpp
src/base58.h
src/main.h
src/script.cpp

index b6b7160..2a6e6e7 100644 (file)
@@ -14,8 +14,6 @@
 //
 
 #include "base58.h"
-#include "key.h"
-#include "script.h"
 
 static const std::array<char, 58> digits = {
     '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F',
index d8a954a..ba1572b 100644 (file)
@@ -15,7 +15,6 @@
 #ifndef BITCOIN_BASE58_H
 #define BITCOIN_BASE58_H
 
-#include "bignum.h"
 #include "key.h"
 #include "script.h"
 
index 0ce6499..91faf48 100644 (file)
@@ -8,7 +8,6 @@
 #include <algorithm>
 
 #include "timestamps.h"
-#include "bignum.h"
 #include "sync.h"
 #include "net.h"
 #include "script.h"
index d0cf49c..a72868a 100644 (file)
@@ -5,7 +5,6 @@
 
 #include "script.h"
 #include "keystore.h"
-#include "bignum.h"
 #include "key.h"
 #include "main.h"
 #include "sync.h"