From 51895fd7df69ddb5d6bfe5c2caf2f6649cc43132 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Wed, 15 Nov 2017 16:37:07 +0000 Subject: 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 --- tests/libwallet_api_tests/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libwallet_api_tests/main.cpp') 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" -- cgit v1.2.3