mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +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_RPC_PRINT_H_INCLUDED
|
||||
#define RIPPLE_RPC_PRINT_H_INCLUDED
|
||||
#ifndef RIPPLE_RPC_DOPRINT_H_INCLUDED
|
||||
#define RIPPLE_RPC_DOPRINT_H_INCLUDED
|
||||
|
||||
#include <ripple/app/main/Application.h>
|
||||
#include <ripple/json/JsonPropertyStream.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_RPC_HANDLER
|
||||
#define RIPPLE_RPC_HANDLER
|
||||
#ifndef RIPPLE_RPC_HANDLER_H_INCLUDED
|
||||
#define RIPPLE_RPC_HANDLER_H_INCLUDED
|
||||
|
||||
#include <ripple/core/Config.h>
|
||||
#include <ripple/rpc/RPCHandler.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLED_RIPPLE_RPC_IMPL_JSONCOLLECTIONS_H
|
||||
#define RIPPLED_RIPPLE_RPC_IMPL_JSONCOLLECTIONS_H
|
||||
#ifndef RIPPLE_RPC_JSONOBJECT_H_INCLUDED
|
||||
#define RIPPLE_RPC_JSONOBJECT_H_INCLUDED
|
||||
|
||||
#include <ripple/rpc/impl/JsonWriter.h>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLED_RIPPLE_BASICS_TYPES_JSONWRITER_H
|
||||
#define RIPPLED_RIPPLE_BASICS_TYPES_JSONWRITER_H
|
||||
#ifndef RIPPLE_RPC_JSONWRITER_H_INCLUDED
|
||||
#define RIPPLE_RPC_JSONWRITER_H_INCLUDED
|
||||
|
||||
#include <ripple/basics/ToString.h>
|
||||
#include <ripple/protocol/ErrorCodes.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLED_RIPPLE_RPC_IMPL_WRITELEGACYJSON_H
|
||||
#define RIPPLED_RIPPLE_RPC_IMPL_WRITELEGACYJSON_H
|
||||
#ifndef RIPPLE_RPC_WRITEJSON_H_INCLUDED
|
||||
#define RIPPLE_RPC_WRITEJSON_H_INCLUDED
|
||||
|
||||
namespace ripple {
|
||||
namespace RPC {
|
||||
|
||||
Reference in New Issue
Block a user