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 /tests/libwallet_api_tests/main.cpp | |
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 'tests/libwallet_api_tests/main.cpp')
-rw-r--r-- | tests/libwallet_api_tests/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libwallet_api_tests/main.cpp b/tests/libwallet_api_tests/main.cpp index 3434cd530..25fa547f8 100644 --- a/tests/libwallet_api_tests/main.cpp +++ b/tests/libwallet_api_tests/main.cpp @@ -30,7 +30,7 @@ #include "gtest/gtest.h" -#include "wallet/wallet2_api.h" +#include "wallet/api/wallet2_api.h" #include "wallet/wallet2.h" #include "include_base_utils.h" #include "common/util.h" |