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_NET_BASICS_HTTPCLIENT_H_INCLUDED
|
||||
#define RIPPLE_NET_BASICS_HTTPCLIENT_H_INCLUDED
|
||||
#ifndef RIPPLE_NET_HTTPCLIENT_H_INCLUDED
|
||||
#define RIPPLE_NET_HTTPCLIENT_H_INCLUDED
|
||||
|
||||
#include <boost/asio/io_service.hpp>
|
||||
#include <boost/asio/streambuf.hpp>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_NET_BASICS_HTTPREQUEST_H_INCLUDED
|
||||
#define RIPPLE_NET_BASICS_HTTPREQUEST_H_INCLUDED
|
||||
#ifndef RIPPLE_NET_HTTPREQUEST_H_INCLUDED
|
||||
#define RIPPLE_NET_HTTPREQUEST_H_INCLUDED
|
||||
|
||||
#include <boost/asio/streambuf.hpp>
|
||||
#include <map>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_NET_RPC_INFOSUB_H_INCLUDED
|
||||
#define RIPPLE_NET_RPC_INFOSUB_H_INCLUDED
|
||||
#ifndef RIPPLE_NET_INFOSUB_H_INCLUDED
|
||||
#define RIPPLE_NET_INFOSUB_H_INCLUDED
|
||||
|
||||
#include <ripple/basics/CountedObject.h>
|
||||
#include <ripple/json/json_value.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_NET_RPC_RPCCALL_H_INCLUDED
|
||||
#define RIPPLE_NET_RPC_RPCCALL_H_INCLUDED
|
||||
#ifndef RIPPLE_NET_RPCCALL_H_INCLUDED
|
||||
#define RIPPLE_NET_RPCCALL_H_INCLUDED
|
||||
|
||||
#include <ripple/json/json_value.h>
|
||||
#include <boost/asio/io_service.hpp>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_NET_RPC_RPCERR_H_INCLUDED
|
||||
#define RIPPLE_NET_RPC_RPCERR_H_INCLUDED
|
||||
#ifndef RIPPLE_NET_RPCERR_H_INCLUDED
|
||||
#define RIPPLE_NET_RPCERR_H_INCLUDED
|
||||
|
||||
#include <ripple/json/json_value.h>
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_NET_RPC_RPCSUB_H_INCLUDED
|
||||
#define RIPPLE_NET_RPC_RPCSUB_H_INCLUDED
|
||||
#ifndef RIPPLE_NET_RPCSUB_H_INCLUDED
|
||||
#define RIPPLE_NET_RPCSUB_H_INCLUDED
|
||||
|
||||
#include <ripple/core/JobQueue.h>
|
||||
#include <ripple/net/InfoSub.h>
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_NET_BASICS_SNTPCLIENT_H_INCLUDED
|
||||
#define RIPPLE_NET_BASICS_SNTPCLIENT_H_INCLUDED
|
||||
#ifndef RIPPLE_NET_SNTPCLIENT_H_INCLUDED
|
||||
#define RIPPLE_NET_SNTPCLIENT_H_INCLUDED
|
||||
|
||||
#include <beast/threads/Stoppable.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user