diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-03-20 16:05:37 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-03-20 16:08:35 +0100 |
commit | 05f17d4eaa9e74836d5736d50e456420949f2732 (patch) | |
tree | a0d1ff8a01ef42a7ed3bd84fc28a13741861d384 /src/rpcmisc.cpp | |
parent | 3811a5025ebc48fbbed30178d645872e3b543068 (diff) | |
parent | 50c72f23ad5f7fcd13bf016f79cac6323c329caf (diff) |
Merge pull request #5745
50c72f2 [Move Only] Move wallet related things to src/wallet/ (Jonas Schnelli)
Diffstat (limited to 'src/rpcmisc.cpp')
-rw-r--r-- | src/rpcmisc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rpcmisc.cpp b/src/rpcmisc.cpp index 2eda4d3355..938d79513f 100644 --- a/src/rpcmisc.cpp +++ b/src/rpcmisc.cpp @@ -13,8 +13,8 @@ #include "timedata.h" #include "util.h" #ifdef ENABLE_WALLET -#include "wallet.h" -#include "walletdb.h" +#include "wallet/wallet.h" +#include "wallet/walletdb.h" #endif #include <stdint.h> |