mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Rewrite includes
$ find src/ripple/ src/test/ -type f -exec sed -i 's:include\s*["<]ripple/\(.*\)\.h\(pp\)\?[">]:include <ripple/\1.h>:' {} +
This commit is contained in:
committed by
John Freeman
parent
760f16f568
commit
0eebe6a5f4
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#include <ripple/beast/unit_test/suite.hpp>
|
||||
#include <ripple/beast/unit_test/suite.h>
|
||||
|
||||
#include <exception>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user