Fix include guards in rippled.

This commit is contained in:
Tom Ritchford
2015-01-28 17:47:36 -05:00
committed by Vinnie Falco
parent c3809ece67
commit c3ae4da83a
159 changed files with 425 additions and 313 deletions

View File

@@ -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 {

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>