mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Clean up and restructure sources
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#ifndef RIPPLE_VALIDATORS_SOURCE_H_INCLUDED
|
||||
#define RIPPLE_VALIDATORS_SOURCE_H_INCLUDED
|
||||
|
||||
#include <ripple/types/api/RipplePublicKey.h>
|
||||
#include <ripple/types/RipplePublicKey.h>
|
||||
#include <beast/smart_ptr/SharedObject.h>
|
||||
#include <beast/module/core/time/Time.h>
|
||||
#include <beast/utility/Journal.h>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef RIPPLE_VALIDATORS_TYPES_H_INCLUDED
|
||||
#define RIPPLE_VALIDATORS_TYPES_H_INCLUDED
|
||||
|
||||
#include <ripple/types/api/RippleLedgerHash.h>
|
||||
#include <ripple/types/RippleLedgerHash.h>
|
||||
|
||||
namespace ripple {
|
||||
namespace Validators {
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#define RIPPLE_VALIDATORS_CHOSENLIST_H_INCLUDED
|
||||
|
||||
#include <ripple/common/UnorderedContainers.h>
|
||||
#include <ripple/types/api/RipplePublicKeyHash.h>
|
||||
#include <ripple/types/RipplePublicKeyHash.h>
|
||||
|
||||
namespace ripple {
|
||||
namespace Validators {
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
//==============================================================================
|
||||
|
||||
#include <ripple/common/seconds_clock.h>
|
||||
#include <ripple/types/api/RippleLedgerHash.h>
|
||||
#include <ripple/types/RippleLedgerHash.h>
|
||||
#include <beast/container/aged_unordered_map.h>
|
||||
#include <random>
|
||||
#include <utility>
|
||||
|
||||
Reference in New Issue
Block a user