Move CWalletDB code to new walletdb module.
authorJeff Garzik <jeff@garzik.org>
Sun, 15 Apr 2012 21:39:49 +0000 (17:39 -0400)
committerPieter Wuille <pieter.wuille@gmail.com>
Tue, 17 Apr 2012 18:00:55 +0000 (20:00 +0200)
commit9eace6b1130ce7eb938476750159ec0baf752531
tree1d4dfa6b1353129a91317a5fb3a0f624435c9377
parented6d0b5f852dc5f1c9407abecb5a9c6a7e42b4b2
Move CWalletDB code to new walletdb module.

In addition to standard code separation, this change opens the door
to fixing several include inter-dependencies.
15 files changed:
bitcoin-qt.pro
src/bitcoinrpc.cpp
src/db.cpp
src/db.h
src/init.cpp
src/main.h
src/makefile.linux-mingw
src/makefile.mingw
src/makefile.osx
src/makefile.unix
src/qt/optionsmodel.cpp
src/qt/walletmodel.cpp
src/wallet.cpp
src/walletdb.cpp [new file with mode: 0644]
src/walletdb.h [new file with mode: 0644]