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
@@ -5,9 +5,9 @@
|
||||
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
|
||||
#include <ripple/beast/unit_test/amount.hpp>
|
||||
#include <ripple/beast/unit_test/global_suites.hpp>
|
||||
#include <ripple/beast/unit_test/suite.hpp>
|
||||
#include <ripple/beast/unit_test/amount.h>
|
||||
#include <ripple/beast/unit_test/global_suites.h>
|
||||
#include <ripple/beast/unit_test/suite.h>
|
||||
#include <string>
|
||||
|
||||
// Include this .cpp in your project to gain access to the printing suite
|
||||
|
||||
Reference in New Issue
Block a user