mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 06:55:50 +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 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>
|
||||
|
||||
Reference in New Issue
Block a user