diff options
| author | Pieter Wuille <[email protected]> | 2012-04-17 11:04:29 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-04-17 11:04:29 -0700 |
| commit | 1ffeb89a52d82bb62860786ff6426224437ca7b1 (patch) | |
| tree | 62a79e33a866c2a92f548cecb6148c7339f8beaf /src/qt/optionsmodel.cpp | |
| parent | Merge pull request #1106 from jgarzik/sign-compare (diff) | |
| parent | Further reduce header dependencies (diff) | |
| download | discoin-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.cpp | 2 |
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) |