|
23 | 23 | // THE SOFTWARE. |
24 | 24 |
|
25 | 25 | #include "support/BRCrypto.h" |
26 | | -#include "BRBloomFilter.h" |
27 | | -#include "BRMerkleBlock.h" |
28 | | -#include "BRWallet.h" |
29 | | -#include "BRKey.h" |
30 | | -#include "BRBIP38Key.h" |
31 | | -#include "BRKeyECIES.h" |
32 | | -#include "BRAddress.h" |
33 | | -#include "BRBase58.h" |
34 | | -#include "BRBech32.h" |
35 | | -#include "BRBIP39Mnemonic.h" |
36 | | -#include "BRBIP39WordsEn.h" |
37 | | -#include "BRPeer.h" |
38 | | -#include "BRPeerManager.h" |
39 | | -#include "BRChainParams.h" |
| 26 | +#include "support/BRInt.h" |
| 27 | +#include "support/BRArray.h" |
| 28 | +#include "support/BRSet.h" |
| 29 | +#include "support/BRKey.h" |
| 30 | +#include "support/BRKeyECIES.h" |
| 31 | +#include "support/BRAddress.h" |
| 32 | +#include "support/BRBase58.h" |
| 33 | +#include "support/BRBech32.h" |
| 34 | +#include "support/BRBIP39Mnemonic.h" |
| 35 | +#include "support/BRBIP39WordsEn.h" |
| 36 | + |
40 | 37 | #include "bcash/BRBCashParams.h" |
41 | 38 | #include "bcash/BRBCashAddr.h" |
42 | | -#include "BRPaymentProtocol.h" |
43 | | -#include "BRInt.h" |
44 | | -#include "BRArray.h" |
45 | | -#include "BRSet.h" |
46 | | -#include "BRTransaction.h" |
47 | | -#include "BRWalletManager.h" |
| 39 | + |
| 40 | +#include "bitcoin/BRBloomFilter.h" |
| 41 | +#include "bitcoin/BRMerkleBlock.h" |
| 42 | +#include "bitcoin/BRWallet.h" |
| 43 | +#include "bitcoin/BRBIP38Key.h" |
| 44 | +#include "bitcoin/BRPeer.h" |
| 45 | +#include "bitcoin/BRPeerManager.h" |
| 46 | +#include "bitcoin/BRChainParams.h" |
| 47 | +#include "bitcoin/BRPaymentProtocol.h" |
| 48 | +#include "bitcoin/BRTransaction.h" |
| 49 | +#include "bitcoin/BRWalletManager.h" |
| 50 | + |
48 | 51 | #include <stdio.h> |
49 | 52 | #include <stdlib.h> |
50 | 53 | #include <string.h> |
|
0 commit comments