replace wallet/wallet2_api.h with wallet/api/wallet2_api.h to compile

This commit is contained in:
User
2017-12-08 02:29:28 -05:00
parent d9d2050f29
commit 77bcdf9434
13 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
#include "WalletManager.h"
#include "Wallet.h"
#include "wallet/wallet2_api.h"
#include "wallet/api/wallet2_api.h"
#include "zxcvbn-c/zxcvbn.h"
#include "QRCodeImageProvider.h"
#include <QFile>