diff options
| author | Jorge Timón <[email protected]> | 2015-02-05 01:21:11 +0100 |
|---|---|---|
| committer | Jorge Timón <[email protected]> | 2015-03-24 17:23:32 +0100 |
| commit | 8a893c949bf6b011c8ae1645888576bf236db79c (patch) | |
| tree | f8cc7e9b3268bea6b3333a9bc9f3a3f48eb87fbb /src/txdb.h | |
| parent | Includes: MOVEONLY: move more method definitions out of wallet.h (diff) | |
| download | discoin-8a893c949bf6b011c8ae1645888576bf236db79c.tar.xz discoin-8a893c949bf6b011c8ae1645888576bf236db79c.zip | |
Includes: Do not include main.h from any other header
Diffstat (limited to 'src/txdb.h')
| -rw-r--r-- | src/txdb.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/txdb.h b/src/txdb.h index f6b6b84fc..1ce93969d 100644 --- a/src/txdb.h +++ b/src/txdb.h @@ -6,15 +6,17 @@ #ifndef BITCOIN_TXDB_H #define BITCOIN_TXDB_H +#include "coins.h" #include "leveldbwrapper.h" -#include "main.h" #include <map> #include <string> #include <utility> #include <vector> -class CCoins; +class CBlockFileInfo; +class CBlockIndex; +class CDiskTxPos; class uint256; //! -dbcache default (MiB) |