aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-11-15 16:37:07 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-11-16 12:10:29 +0000
commit51895fd7df69ddb5d6bfe5c2caf2f6649cc43132 (patch)
tree9e53dd9dcd37163567037774855f82ff114a185e /src/wallet/api/wallet.h
parentMerge pull request #2818 (diff)
downloadmonero-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/wallet.h')
-rw-r--r--src/wallet/api/wallet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h
index 051eda3ba..c44fe2d13 100644
--- a/src/wallet/api/wallet.h
+++ b/src/wallet/api/wallet.h
@@ -31,7 +31,7 @@
#ifndef WALLET_IMPL_H
#define WALLET_IMPL_H
-#include "wallet/wallet2_api.h"
+#include "wallet/api/wallet2_api.h"
#include "wallet/wallet2.h"
#include <string>