aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsmodel.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-03-20 16:05:37 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-03-20 16:08:35 +0100
commit05f17d4eaa9e74836d5736d50e456420949f2732 (patch)
treea0d1ff8a01ef42a7ed3bd84fc28a13741861d384 /src/qt/optionsmodel.cpp
parent3811a5025ebc48fbbed30178d645872e3b543068 (diff)
parent50c72f23ad5f7fcd13bf016f79cac6323c329caf (diff)
downloadbitcoin-05f17d4eaa9e74836d5736d50e456420949f2732.tar.xz
Merge pull request #5745
50c72f2 [Move Only] Move wallet related things to src/wallet/ (Jonas Schnelli)
Diffstat (limited to 'src/qt/optionsmodel.cpp')
-rw-r--r--src/qt/optionsmodel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp
index 7d2dbd96de..a169ed6b55 100644
--- a/src/qt/optionsmodel.cpp
+++ b/src/qt/optionsmodel.cpp
@@ -18,8 +18,8 @@
#include "txdb.h" // for -dbcache defaults
#ifdef ENABLE_WALLET
-#include "wallet.h"
-#include "walletdb.h"
+#include "wallet/wallet.h"
+#include "wallet/walletdb.h"
#endif
#include <QNetworkProxy>