mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Split up and refactor HashedObject
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
#ifndef __LEDGER__
|
||||
#define __LEDGER__
|
||||
#ifndef RIPPLE_LEDGER_H
|
||||
#define RIPPLE_LEDGER_H
|
||||
|
||||
#include <map>
|
||||
#include <list>
|
||||
// VFALCO: TODO Get this include out of here!
|
||||
#include "ripple_HashedObject.h"
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/unordered_set.hpp>
|
||||
#include <boost/enable_shared_from_this.hpp>
|
||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
|
||||
#include "Transaction.h"
|
||||
#include "TransactionMeta.h"
|
||||
@@ -15,6 +11,8 @@
|
||||
#include "NicknameState.h"
|
||||
#include "SHAMap.h"
|
||||
|
||||
class Job;
|
||||
|
||||
enum LedgerStateParms
|
||||
{
|
||||
lepNONE = 0, // no special flags
|
||||
|
||||
Reference in New Issue
Block a user