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

View File

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

View File

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

View File

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

View File

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