mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +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_RIPPLECOLLECTOR_H_INCLUDED
|
||||
#define RIPPLE_RIPPLECOLLECTOR_H_INCLUDED
|
||||
#ifndef RIPPLE_APP_MAIN_COLLECTORMANAGER_H_INCLUDED
|
||||
#define RIPPLE_APP_MAIN_COLLECTORMANAGER_H_INCLUDED
|
||||
|
||||
#include <beast/module/core/text/StringPairArray.h>
|
||||
#include <beast/Insight.h>
|
||||
|
||||
Reference in New Issue
Block a user