diff options
| author | MeshCollider <[email protected]> | 2017-11-18 13:36:37 +1300 |
|---|---|---|
| committer | MeshCollider <[email protected]> | 2017-12-13 23:36:43 +1300 |
| commit | b67342906ced2353d378f4369c8d8a979d525fee (patch) | |
| tree | e9872fb5c48a83b3407daed81661488e583e3137 /src/wallet/walletutil.cpp | |
| parent | Merge #11707: [tests] Fix sendheaders (diff) | |
| download | discoin-b67342906ced2353d378f4369c8d8a979d525fee.tar.xz discoin-b67342906ced2353d378f4369c8d8a979d525fee.zip | |
Cleanups for walletdir PR
Diffstat (limited to 'src/wallet/walletutil.cpp')
| -rw-r--r-- | src/wallet/walletutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/walletutil.cpp b/src/wallet/walletutil.cpp index fbb5215a5..f15e5de1e 100644 --- a/src/wallet/walletutil.cpp +++ b/src/wallet/walletutil.cpp @@ -2,7 +2,7 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#include "wallet/walletutil.h" +#include <wallet/walletutil.h> fs::path GetWalletDir() { |