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_TYPES_BLOB_H_INCLUDED
|
||||
#define RIPPLE_TYPES_BLOB_H_INCLUDED
|
||||
#ifndef RIPPLE_PROTOCOL_BLOB_H_INCLUDED
|
||||
#define RIPPLE_PROTOCOL_BLOB_H_INCLUDED
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_PROTOCOL_ISSUE_INCLUDED
|
||||
#define RIPPLE_PROTOCOL_ISSUE_INCLUDED
|
||||
#ifndef RIPPLE_PROTOCOL_ISSUE_H_INCLUDED
|
||||
#define RIPPLE_PROTOCOL_ISSUE_H_INCLUDED
|
||||
|
||||
#include <cassert>
|
||||
#include <functional>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_PROTOCOL_FIELDNAMES_H_INCLUDED
|
||||
#define RIPPLE_PROTOCOL_FIELDNAMES_H_INCLUDED
|
||||
#ifndef RIPPLE_PROTOCOL_SFIELD_H_INCLUDED
|
||||
#define RIPPLE_PROTOCOL_SFIELD_H_INCLUDED
|
||||
|
||||
#include <ripple/basics/BasicTypes.h>
|
||||
#include <ripple/json/json_value.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_PROTOCOL_STBITS_H_INCLUDED
|
||||
#define RIPPLE_PROTOCOL_STBITS_H_INCLUDED
|
||||
#ifndef RIPPLE_PROTOCOL_STBITSTRING_H_INCLUDED
|
||||
#define RIPPLE_PROTOCOL_STBITSTRING_H_INCLUDED
|
||||
|
||||
#include <ripple/protocol/STBase.h>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_PROTOCOL_STPATHELEMENT_H_INCLUDED
|
||||
#define RIPPLE_PROTOCOL_STPATHELEMENT_H_INCLUDED
|
||||
#ifndef RIPPLE_PROTOCOL_STPATHSET_H_INCLUDED
|
||||
#define RIPPLE_PROTOCOL_STPATHSET_H_INCLUDED
|
||||
|
||||
#include <ripple/json/json_value.h>
|
||||
#include <ripple/protocol/SField.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_SERIALIZEDTRANSACTION_H
|
||||
#define RIPPLE_SERIALIZEDTRANSACTION_H
|
||||
#ifndef RIPPLE_PROTOCOL_STTX_H_INCLUDED
|
||||
#define RIPPLE_PROTOCOL_STTX_H_INCLUDED
|
||||
|
||||
#include <ripple/protocol/STObject.h>
|
||||
#include <ripple/protocol/TxFormats.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_PROTOCOL_SERIALIZEDTYPES_H_INCLUDED
|
||||
#define RIPPLE_PROTOCOL_SERIALIZEDTYPES_H_INCLUDED
|
||||
#ifndef RIPPLE_PROTOCOL_STVECTOR256_H_INCLUDED
|
||||
#define RIPPLE_PROTOCOL_STVECTOR256_H_INCLUDED
|
||||
|
||||
#include <ripple/protocol/STBitString.h>
|
||||
#include <ripple/protocol/STInteger.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_CORE_SYSTEMPARAMETERS_H_INCLUDED
|
||||
#define RIPPLE_CORE_SYSTEMPARAMETERS_H_INCLUDED
|
||||
#ifndef RIPPLE_PROTOCOL_SYSTEMPARAMETERS_H_INCLUDED
|
||||
#define RIPPLE_PROTOCOL_SYSTEMPARAMETERS_H_INCLUDED
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_PROTOCOL_TER_H
|
||||
#define RIPPLE_PROTOCOL_TER_H
|
||||
#ifndef RIPPLE_PROTOCOL_TER_H_INCLUDED
|
||||
#define RIPPLE_PROTOCOL_TER_H_INCLUDED
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_PROTOCOL_BASICS
|
||||
#define RIPPLE_PROTOCOL_BASICS
|
||||
#ifndef RIPPLE_PROTOCOL_UINTTYPES_H_INCLUDED
|
||||
#define RIPPLE_PROTOCOL_UINTTYPES_H_INCLUDED
|
||||
|
||||
#include <ripple/basics/UnorderedContainers.h>
|
||||
#include <ripple/basics/base_uint.h>
|
||||
|
||||
Reference in New Issue
Block a user