From 13145f6db29f892e99eb8733832aaf223d914f20 Mon Sep 17 00:00:00 2001 From: tequ Date: Thu, 6 Nov 2025 18:34:24 +0900 Subject: [PATCH] fix header name --- src/xrpld/app/tx/detail/SponsorshipSet.h | 4 ++-- src/xrpld/app/tx/detail/SponsorshipTransfer.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/xrpld/app/tx/detail/SponsorshipSet.h b/src/xrpld/app/tx/detail/SponsorshipSet.h index 68940426bc..2dab830b89 100644 --- a/src/xrpld/app/tx/detail/SponsorshipSet.h +++ b/src/xrpld/app/tx/detail/SponsorshipSet.h @@ -17,8 +17,8 @@ */ //============================================================================== -#ifndef RIPPLE_TX_SPONSORSHIPSET_H_INCLUDED -#define RIPPLE_TX_SPONSORSHIPSET_H_INCLUDED +#ifndef XRPL_TX_SPONSORSHIPSET_H_INCLUDED +#define XRPL_TX_SPONSORSHIPSET_H_INCLUDED #include diff --git a/src/xrpld/app/tx/detail/SponsorshipTransfer.h b/src/xrpld/app/tx/detail/SponsorshipTransfer.h index 452c4b06b2..05921b19b3 100644 --- a/src/xrpld/app/tx/detail/SponsorshipTransfer.h +++ b/src/xrpld/app/tx/detail/SponsorshipTransfer.h @@ -17,8 +17,8 @@ */ //============================================================================== -#ifndef RIPPLE_TX_SponsorshipTransfer_H_INCLUDED -#define RIPPLE_TX_SponsorshipTransfer_H_INCLUDED +#ifndef XRPL_TX_SPONSORSHIPTRANSFER_H_INCLUDED +#define XRPL_TX_SPONSORSHIPTRANSFER_H_INCLUDED #include