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
@@ -19,7 +19,7 @@
|
||||
|
||||
#include <test/unit_test/multi_runner.h>
|
||||
|
||||
#include <ripple/beast/unit_test/amount.hpp>
|
||||
#include <ripple/beast/unit_test/amount.h>
|
||||
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
#ifndef TEST_UNIT_TEST_MULTI_RUNNER_H
|
||||
#define TEST_UNIT_TEST_MULTI_RUNNER_H
|
||||
|
||||
#include <ripple/beast/unit_test/global_suites.hpp>
|
||||
#include <ripple/beast/unit_test/runner.hpp>
|
||||
#include <ripple/beast/unit_test/global_suites.h>
|
||||
#include <ripple/beast/unit_test/runner.h>
|
||||
#include <boost/beast/core/static_string.hpp>
|
||||
|
||||
#include <boost/container/static_vector.hpp>
|
||||
|
||||
Reference in New Issue
Block a user