mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
22 lines
536 B
C
22 lines
536 B
C
//------------------------------------------------------------------------------
|
|
/*
|
|
Copyright (c) 2011-2013, OpenCoin, Inc.
|
|
*/
|
|
//==============================================================================
|
|
|
|
#ifndef RIPPLE_VALIDATORS_H_INCLUDED
|
|
#define RIPPLE_VALIDATORS_H_INCLUDED
|
|
|
|
#include "beast/modules/beast_core/beast_core.h"
|
|
|
|
#include "beast/beast/http/URL.h"
|
|
|
|
#include "../ripple/rpc/ripple_rpc.h"
|
|
#include "../ripple/types/ripple_types.h"
|
|
|
|
# include "api/Types.h"
|
|
# include "api/Source.h"
|
|
#include "api/Manager.h"
|
|
|
|
#endif
|