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_JSONPROPERTYSTREAM_H_INCLUDED
|
||||
#define RIPPLE_JSONPROPERTYSTREAM_H_INCLUDED
|
||||
#ifndef RIPPLE_JSON_JSONPROPERTYSTREAM_H_INCLUDED
|
||||
#define RIPPLE_JSON_JSONPROPERTYSTREAM_H_INCLUDED
|
||||
|
||||
#include <ripple/json/json_config.h>
|
||||
#include <beast/utility/PropertyStream.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef JSONCPPTL_ASSERT_H_INCLUDED
|
||||
#define JSONCPPTL_ASSERT_H_INCLUDED
|
||||
#ifndef RIPPLE_JSON_JSON_ASSERT_H_INCLUDED
|
||||
#define RIPPLE_JSON_JSON_ASSERT_H_INCLUDED
|
||||
|
||||
#define JSON_ASSERT_UNREACHABLE assert( false )
|
||||
#define JSON_ASSERT( condition ) assert( condition ); // @todo <= change this into an exception throw
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef JSON_AUTOLINK_H_INCLUDED
|
||||
#define JSON_AUTOLINK_H_INCLUDED
|
||||
#ifndef RIPPLE_JSON_JSON_AUTOLINK_H_INCLUDED
|
||||
#define RIPPLE_JSON_JSON_AUTOLINK_H_INCLUDED
|
||||
|
||||
// VFALCO TODO remove this file
|
||||
#error This file is deprecated!
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef JSONCPP_BATCHALLOCATOR_H_INCLUDED
|
||||
#define JSONCPP_BATCHALLOCATOR_H_INCLUDED
|
||||
#ifndef RIPPLE_JSON_JSON_BATCHALLOCATOR_H_INCLUDED
|
||||
#define RIPPLE_JSON_JSON_BATCHALLOCATOR_H_INCLUDED
|
||||
|
||||
#ifndef JSONCPP_DOC_EXCLUDE_IMPLEMENTATION
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef JSON_CONFIG_H_INCLUDED
|
||||
#define JSON_CONFIG_H_INCLUDED
|
||||
#ifndef RIPPLE_JSON_JSON_CONFIG_H_INCLUDED
|
||||
#define RIPPLE_JSON_JSON_CONFIG_H_INCLUDED
|
||||
|
||||
/// If defined, indicates that json library is embedded in CppTL library.
|
||||
//# define JSON_IN_CPPTL 1
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef CPPTL_JSON_FEATURES_H_INCLUDED
|
||||
#define CPPTL_JSON_FEATURES_H_INCLUDED
|
||||
#ifndef RIPPLE_JSON_JSON_FEATURES_H_INCLUDED
|
||||
#define RIPPLE_JSON_JSON_FEATURES_H_INCLUDED
|
||||
|
||||
#include <ripple/json/json_config.h>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef JSON_FORWARDS_H_INCLUDED
|
||||
#define JSON_FORWARDS_H_INCLUDED
|
||||
#ifndef RIPPLE_JSON_JSON_FORWARDS_H_INCLUDED
|
||||
#define RIPPLE_JSON_JSON_FORWARDS_H_INCLUDED
|
||||
|
||||
#include <ripple/json/json_config.h>
|
||||
|
||||
|
||||
@@ -17,7 +17,9 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef CPPTL_JSON_READER_H_INCLUDED
|
||||
#ifndef RIPPLE_JSON_JSON_READER_H_INCLUDED
|
||||
#define RIPPLE_JSON_JSON_READER_H_INCLUDED
|
||||
|
||||
# define CPPTL_JSON_READER_H_INCLUDED
|
||||
|
||||
#include <ripple/json/json_config.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef CPPTL_JSON_H_INCLUDED
|
||||
#define CPPTL_JSON_H_INCLUDED
|
||||
#ifndef RIPPLE_JSON_JSON_VALUE_H_INCLUDED
|
||||
#define RIPPLE_JSON_JSON_VALUE_H_INCLUDED
|
||||
|
||||
#include <ripple/json/json_config.h>
|
||||
#include <ripple/json/json_forwards.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef JSON_WRITER_H_INCLUDED
|
||||
#define JSON_WRITER_H_INCLUDED
|
||||
#ifndef RIPPLE_JSON_JSON_WRITER_H_INCLUDED
|
||||
#define RIPPLE_JSON_JSON_WRITER_H_INCLUDED
|
||||
|
||||
#include <ripple/json/json_config.h>
|
||||
#include <ripple/json/json_forwards.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef JSON_TO_STRING_H_INCLUDED
|
||||
#define JSON_TO_STRING_H_INCLUDED
|
||||
#ifndef RIPPLE_JSON_TO_STRING_H_INCLUDED
|
||||
#define RIPPLE_JSON_TO_STRING_H_INCLUDED
|
||||
|
||||
#include <ripple/json/json_config.h>
|
||||
#include <string>
|
||||
|
||||
Reference in New Issue
Block a user