diff options
author | Jordan Lewis <jordanthelewis@gmail.com> | 2011-05-14 15:57:34 -0500 |
---|---|---|
committer | Jordan Lewis <jordanthelewis@gmail.com> | 2011-05-15 22:19:16 -0500 |
commit | 1512d5ce64b9a53260f5aa695bc79a0e48d6294f (patch) | |
tree | de89dbfb1b432b073150656aa6d4c88ec07aec0a /src/main.h | |
parent | f23f9a03c86f789ab41d75b91f75393e3156ec39 (diff) |
Only include db.h when we have to.
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 92b73fe5ad..411777349a 100644 --- a/src/main.h +++ b/src/main.h @@ -77,6 +77,9 @@ extern int fUseUPnP; +class CReserveKey; +class CTxDB; +class CTxIndex; bool CheckDiskSpace(uint64 nAdditionalBytes=0); |