wallet: move crypter to wallet

This commit is contained in:
Cory Fields
2015-03-22 15:18:55 -04:00
parent f3948a30cd
commit a354a59f1f
5 changed files with 3 additions and 4 deletions

View File

@@ -9,11 +9,11 @@
#include "amount.h"
#include "primitives/block.h"
#include "primitives/transaction.h"
#include "crypter.h"
#include "key.h"
#include "keystore.h"
#include "main.h"
#include "ui_interface.h"
#include "wallet/crypter.h"
#include "wallet/wallet_ismine.h"
#include "wallet/walletdb.h"