chore: Apply clang-tidy include and const-correctness fixes

Keep the develop-merge tree tidy-clean for headers and tests that
include-cleaner and braces checks flagged.
This commit is contained in:
Vito
2026-09-02 12:12:02 +02:00
parent 0d8cd55c3f
commit 509c00f4fa
9 changed files with 24 additions and 11 deletions

View File

@@ -9,6 +9,8 @@
#include <xrpl/tx/ApplyContext.h>
#include <xrpl/tx/Transactor.h>
#include <cstdint>
namespace xrpl {
class VaultDeposit : public Transactor

View File

@@ -9,6 +9,8 @@
#include <xrpl/tx/ApplyContext.h>
#include <xrpl/tx/Transactor.h>
#include <cstdint>
namespace xrpl {
class VaultSet : public Transactor