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
@@ -26,7 +26,7 @@
|
||||
#pragma warning (disable: 4309) // truncation of constant value
|
||||
#endif
|
||||
|
||||
#include <ripple/module/rpc/api/ErrorCodes.h>
|
||||
#include <ripple/module/rpc/ErrorCodes.h>
|
||||
|
||||
#include <ripple/module/app/paths/PathRequest.cpp>
|
||||
#include <ripple/module/app/paths/PathRequests.cpp>
|
||||
|
||||
Reference in New Issue
Block a user