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 /src/wallet/api/subaddress_account.h | |
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 'src/wallet/api/subaddress_account.h')
-rw-r--r-- | src/wallet/api/subaddress_account.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/api/subaddress_account.h b/src/wallet/api/subaddress_account.h index 107d7f87f..0a4db9671 100644 --- a/src/wallet/api/subaddress_account.h +++ b/src/wallet/api/subaddress_account.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 { |