diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-11-25 19:53:34 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-11-25 19:53:35 +0200 |
commit | 2e54e7ff0b10d262eb95b6f0124ccd8d621af7b7 (patch) | |
tree | 72539cbffe8c09acf4c1041229f36a0793e70a99 /src/wallet/api/transaction_info.h | |
parent | Merge pull request #2823 (diff) | |
parent | split wallet and wallet_api (diff) | |
download | monero-2e54e7ff0b10d262eb95b6f0124ccd8d621af7b7.tar.xz |
Merge pull request #2824
51895fd7 split wallet and wallet_api (moneromooo-monero)
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> |