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_GIT_TAG_H_INCLUDED
|
||||
#define RIPPLE_GIT_TAG_H_INCLUDED
|
||||
#ifndef RIPPLE_UNITY_GIT_ID_H_INCLUDED
|
||||
#define RIPPLE_UNITY_GIT_ID_H_INCLUDED
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_HYPERLEVELDB_H_INCLUDED
|
||||
#define RIPPLE_HYPERLEVELDB_H_INCLUDED
|
||||
#ifndef RIPPLE_UNITY_HYPERLEVELDB_H_INCLUDED
|
||||
#define RIPPLE_UNITY_HYPERLEVELDB_H_INCLUDED
|
||||
|
||||
#include <beast/Config.h>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_LEVELDB_H_INCLUDED
|
||||
#define RIPPLE_LEVELDB_H_INCLUDED
|
||||
#ifndef RIPPLE_UNITY_LEVELDB_H_INCLUDED
|
||||
#define RIPPLE_UNITY_LEVELDB_H_INCLUDED
|
||||
|
||||
#ifndef RIPPLE_LEVELDB_AVAILABLE
|
||||
# define RIPPLE_LEVELDB_AVAILABLE 1
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_ROCKSDB_H_INCLUDED
|
||||
#define RIPPLE_ROCKSDB_H_INCLUDED
|
||||
#ifndef RIPPLE_UNITY_ROCKSDB_H_INCLUDED
|
||||
#define RIPPLE_UNITY_ROCKSDB_H_INCLUDED
|
||||
|
||||
#include <beast/Config.h>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_WEBSOCKET_H_INCLUDED
|
||||
#define RIPPLE_WEBSOCKET_H_INCLUDED
|
||||
#ifndef RIPPLE_UNITY_WEBSOCKET_H_INCLUDED
|
||||
#define RIPPLE_UNITY_WEBSOCKET_H_INCLUDED
|
||||
|
||||
// needed before inclusion of stdint.h for INT32_MIN/INT32_MAX macros
|
||||
#ifndef __STDC_LIMIT_MACROS
|
||||
|
||||
Reference in New Issue
Block a user