Move CWalletDB code to new walletdb module.

In addition to standard code separation, this change opens the door
to fixing several include inter-dependencies.
This commit is contained in:
Jeff Garzik
2012-04-15 17:39:49 -04:00
committed by Pieter Wuille
parent ed6d0b5f85
commit 9eace6b113
15 changed files with 624 additions and 591 deletions

View File

@@ -3,7 +3,7 @@
#include <QSettings>
#include "init.h"
#include "db.h"
#include "walletdb.h"
OptionsModel::OptionsModel(QObject *parent) :
QAbstractListModel(parent)