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_RIPPLELINECACHE_H
|
||||
#define RIPPLE_RIPPLELINECACHE_H
|
||||
#ifndef RIPPLE_APP_PATHS_RIPPLELINECACHE_H_INCLUDED
|
||||
#define RIPPLE_APP_PATHS_RIPPLELINECACHE_H_INCLUDED
|
||||
|
||||
#include <ripple/app/paths/RippleState.h>
|
||||
#include <ripple/basics/hardened_hash.h>
|
||||
|
||||
Reference in New Issue
Block a user