Small cleanups/fixes.

This commit is contained in:
JoelKatz
2012-01-05 16:54:55 -08:00
parent c1213b20c6
commit 2e3a48dcea
8 changed files with 18 additions and 16 deletions

View File

@@ -1,6 +1,12 @@
#ifndef __LEDGER__
#define __LEDGER__
#include <map>
#include <list>
#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
#include "Transaction.h"
#include "types.h"
#include "BitcoinUtil.h"
@@ -8,12 +14,6 @@
#include "AccountState.h"
#include "SHAMap.h"
#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <map>
#include <list>
class Ledger : public boost::enable_shared_from_this<Ledger>
{ // The basic Ledger structure, can be opened, closed, or synching