mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-19 19:25:53 +00:00
[CI] clang-tidy auto fixes (#1286)
Fixes #1285. Please review and commit clang-tidy fixes. Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
6e8de0b64e
commit
b7d0fc0200
@@ -17,12 +17,14 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#include "data/BackendInterface.hpp"
|
||||
#include "util/Fixtures.hpp"
|
||||
#include "util/MockPrometheus.hpp"
|
||||
#include "util/TestObject.hpp"
|
||||
|
||||
#include <gmock/gmock.h>
|
||||
#include <gtest/gtest.h>
|
||||
#include <ripple/basics/XRPAmount.h>
|
||||
#include <ripple/protocol/Indexes.h>
|
||||
|
||||
using namespace data;
|
||||
using namespace util::prometheus;
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
#include "rpc/RPCHelpers.hpp"
|
||||
#include "util/Fixtures.hpp"
|
||||
#include "util/LedgerUtils.hpp"
|
||||
#include "util/MockPrometheus.hpp"
|
||||
#include "util/Random.hpp"
|
||||
#include "util/StringUtils.hpp"
|
||||
#include "util/TestGlobals.hpp"
|
||||
|
||||
Reference in New Issue
Block a user