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
This commit is contained in:
moneromooo-monero
2017-11-15 16:37:07 +00:00
parent dc6a8014bd
commit 51895fd7df
15 changed files with 104 additions and 40 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
//
// Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers
#include "wallet/wallet2_api.h"
#include "wallet/api/wallet2_api.h"
#include "wallet/wallet2.h"
#include <string>