mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix include guards in rippled.
This commit is contained in:
committed by
Vinnie Falco
parent
c3809ece67
commit
c3ae4da83a
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_CONFIGSECTIONS_H_INCLUDED
|
||||
#define RIPPLE_CONFIGSECTIONS_H_INCLUDED
|
||||
#ifndef RIPPLE_CORE_CONFIGSECTIONS_H_INCLUDED
|
||||
#define RIPPLE_CORE_CONFIGSECTIONS_H_INCLUDED
|
||||
|
||||
namespace ripple {
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_JOB_H
|
||||
#define RIPPLE_JOB_H
|
||||
#ifndef RIPPLE_CORE_JOB_H_INCLUDED
|
||||
#define RIPPLE_CORE_JOB_H_INCLUDED
|
||||
|
||||
#include <ripple/basics/BasicTypes.h>
|
||||
#include <ripple/core/LoadMonitor.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_JOBTYPES_H_INCLUDED
|
||||
#define RIPPLE_JOBTYPES_H_INCLUDED
|
||||
#ifndef RIPPLE_CORE_JOBTYPES_H_INCLUDED
|
||||
#define RIPPLE_CORE_JOBTYPES_H_INCLUDED
|
||||
|
||||
#include <ripple/core/Job.h>
|
||||
#include <ripple/core/JobTypeInfo.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_LOADEVENT_H
|
||||
#define RIPPLE_LOADEVENT_H
|
||||
#ifndef RIPPLE_CORE_LOADEVENT_H_INCLUDED
|
||||
#define RIPPLE_CORE_LOADEVENT_H_INCLUDED
|
||||
|
||||
#include <beast/chrono/RelativeTime.h>
|
||||
#include <memory>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_LOADFEETRACK_H_INCLUDED
|
||||
#define RIPPLE_LOADFEETRACK_H_INCLUDED
|
||||
#ifndef RIPPLE_CORE_LOADFEETRACK_H_INCLUDED
|
||||
#define RIPPLE_CORE_LOADFEETRACK_H_INCLUDED
|
||||
|
||||
#include <ripple/json/json_value.h>
|
||||
#include <beast/utility/Journal.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_LOADMONITOR_H_INCLUDED
|
||||
#define RIPPLE_LOADMONITOR_H_INCLUDED
|
||||
#ifndef RIPPLE_CORE_LOADMONITOR_H_INCLUDED
|
||||
#define RIPPLE_CORE_LOADMONITOR_H_INCLUDED
|
||||
|
||||
#include <ripple/core/LoadEvent.h>
|
||||
#include <chrono>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_LOADFEETRACKIMP_H_INCLUDED
|
||||
#define RIPPLE_LOADFEETRACKIMP_H_INCLUDED
|
||||
#ifndef RIPPLE_CORE_LOADFEETRACKIMP_H_INCLUDED
|
||||
#define RIPPLE_CORE_LOADFEETRACKIMP_H_INCLUDED
|
||||
|
||||
#include <ripple/protocol/JsonFields.h>
|
||||
#include <ripple/core/LoadFeeTrack.h>
|
||||
|
||||
Reference in New Issue
Block a user