From 6dd81ee2df831c0ee7eb240134b1ebae91a8a782 Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Thu, 2 Jul 2026 18:31:20 -0400 Subject: [PATCH] fix clang-tidy issues --- include/xrpl/ledger/ApplyView.h | 1 + src/libxrpl/tx/transactors/escrow/EscrowCreate.cpp | 1 - .../tx/transactors/payment_channel/PaymentChannelCreate.cpp | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/xrpl/ledger/ApplyView.h b/include/xrpl/ledger/ApplyView.h index 6d10716e4b..6cd21a05c3 100644 --- a/include/xrpl/ledger/ApplyView.h +++ b/include/xrpl/ledger/ApplyView.h @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include diff --git a/src/libxrpl/tx/transactors/escrow/EscrowCreate.cpp b/src/libxrpl/tx/transactors/escrow/EscrowCreate.cpp index f6caa7fd6a..d783abd7c7 100644 --- a/src/libxrpl/tx/transactors/escrow/EscrowCreate.cpp +++ b/src/libxrpl/tx/transactors/escrow/EscrowCreate.cpp @@ -33,7 +33,6 @@ #include #include -#include #include #include #include diff --git a/src/libxrpl/tx/transactors/payment_channel/PaymentChannelCreate.cpp b/src/libxrpl/tx/transactors/payment_channel/PaymentChannelCreate.cpp index 648531faa6..99ff39b449 100644 --- a/src/libxrpl/tx/transactors/payment_channel/PaymentChannelCreate.cpp +++ b/src/libxrpl/tx/transactors/payment_channel/PaymentChannelCreate.cpp @@ -22,7 +22,6 @@ #include #include -#include #include namespace xrpl {