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 --- src/wallet/api/subaddress.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet/api/subaddress.h') diff --git a/src/wallet/api/subaddress.h b/src/wallet/api/subaddress.h index e3e28eba1..45fef6e67 100644 --- a/src/wallet/api/subaddress.h +++ b/src/wallet/api/subaddress.h @@ -26,7 +26,7 @@ // STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF // THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "wallet/wallet2_api.h" +#include "wallet/api/wallet2_api.h" #include "wallet/wallet2.h" namespace Monero { -- cgit v1.2.3