diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-11-15 16:37:07 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-11-16 12:10:29 +0000 |
commit | 51895fd7df69ddb5d6bfe5c2caf2f6649cc43132 (patch) | |
tree | 9e53dd9dcd37163567037774855f82ff114a185e /src/wallet/api/transaction_info.h | |
parent | Merge pull request #2818 (diff) | |
download | monero-51895fd7df69ddb5d6bfe5c2caf2f6649cc43132.tar.xz |
split wallet and wallet_api
This speeds up building a lot when wallet2.h (or something it
includes) changes, since all the API includes wallet2.h
Diffstat (limited to 'src/wallet/api/transaction_info.h')
-rw-r--r-- | src/wallet/api/transaction_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/api/transaction_info.h b/src/wallet/api/transaction_info.h index d19ef8899..c961c0a9e 100644 --- a/src/wallet/api/transaction_info.h +++ b/src/wallet/api/transaction_info.h @@ -28,7 +28,7 @@ // // Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers -#include "wallet/wallet2_api.h" +#include "wallet/api/wallet2_api.h" #include <string> #include <ctime> |