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_TYPES_BLOB_H_INCLUDED
#define RIPPLE_TYPES_BLOB_H_INCLUDED
#ifndef RIPPLE_PROTOCOL_BLOB_H_INCLUDED
#define RIPPLE_PROTOCOL_BLOB_H_INCLUDED
#include <vector>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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