mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Tidy up rpc module:
* Move directory up to ripple/module/rpc * Use C++11 idioms and best practices
This commit is contained in:
committed by
Vinnie Falco
parent
27a4f44de5
commit
a23013abc1
@@ -46,7 +46,7 @@
|
||||
// directly (instead of the module header). The corresponding .cpp
|
||||
// still uses the unity style inclusion.
|
||||
//
|
||||
#include <ripple/module/rpc/api/ErrorCodes.h>
|
||||
#include <ripple/module/rpc/ErrorCodes.h>
|
||||
#include <ripple/common/jsonrpc_fields.h>
|
||||
|
||||
#include <ripple/module/net/basics/HTTPRequest.cpp>
|
||||
|
||||
Reference in New Issue
Block a user