aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2012-04-15 17:39:49 -0400
committerPieter Wuille <pieter.wuille@gmail.com>2012-04-17 20:00:55 +0200
commit9eace6b1130ce7eb938476750159ec0baf752531 (patch)
tree1d4dfa6b1353129a91317a5fb3a0f624435c9377 /src/main.h
parented6d0b5f852dc5f1c9407abecb5a9c6a7e42b4b2 (diff)
downloadbitcoin-9eace6b1130ce7eb938476750159ec0baf752531.tar.xz
Move CWalletDB code to new walletdb module.
In addition to standard code separation, this change opens the door to fixing several include inter-dependencies.
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.h b/src/main.h
index a67449007f..b6bce014ec 100644
--- a/src/main.h
+++ b/src/main.h
@@ -17,13 +17,11 @@
#include <list>
+class CWallet;
class CBlock;
class CBlockIndex;
-class CWalletTx;
-class CWallet;
class CKeyItem;
class CReserveKey;
-class CWalletDB;
class CAddress;
class CInv;