aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsmodel.cpp
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2012-04-17 11:04:29 -0700
committerPieter Wuille <[email protected]>2012-04-17 11:04:29 -0700
commit1ffeb89a52d82bb62860786ff6426224437ca7b1 (patch)
tree62a79e33a866c2a92f548cecb6148c7339f8beaf /src/qt/optionsmodel.cpp
parentMerge pull request #1106 from jgarzik/sign-compare (diff)
parentFurther reduce header dependencies (diff)
downloaddiscoin-1ffeb89a52d82bb62860786ff6426224437ca7b1.tar.xz
discoin-1ffeb89a52d82bb62860786ff6426224437ca7b1.zip
Merge pull request #1112 from sipa/saneserial
Further reduce header dependencies
Diffstat (limited to 'src/qt/optionsmodel.cpp')
-rw-r--r--src/qt/optionsmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp
index ed2225cbf..f7d9b0da2 100644
--- a/src/qt/optionsmodel.cpp
+++ b/src/qt/optionsmodel.cpp
@@ -2,8 +2,8 @@
#include "bitcoinunits.h"
#include <QSettings>
-#include "headers.h"
#include "init.h"
+#include "walletdb.h"
OptionsModel::OptionsModel(QObject *parent) :
QAbstractListModel(parent)