From fb867358006c0522bec5776f68b88dbc330a8ca6 Mon Sep 17 00:00:00 2001 From: tequ Date: Tue, 17 Mar 2026 17:26:13 +0900 Subject: [PATCH] use pragma once --- include/xrpl/protocol/Sponsor.h | 3 +-- src/test/jtx/sponsor.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/include/xrpl/protocol/Sponsor.h b/include/xrpl/protocol/Sponsor.h index ba6e4e1b93..22b97515bc 100644 --- a/include/xrpl/protocol/Sponsor.h +++ b/include/xrpl/protocol/Sponsor.h @@ -1,5 +1,4 @@ -#ifndef XRPL_PROTOCOL_SPONSOR_H_INCLUDED -#define XRPL_PROTOCOL_SPONSOR_H_INCLUDED +#pragma once #include #include diff --git a/src/test/jtx/sponsor.h b/src/test/jtx/sponsor.h index 01e3b08179..0e553299eb 100644 --- a/src/test/jtx/sponsor.h +++ b/src/test/jtx/sponsor.h @@ -1,5 +1,4 @@ -#ifndef XRPL_TEST_JTX_SPONSOR_H_INCLUDED -#define XRPL_TEST_JTX_SPONSOR_H_INCLUDED +#pragma once #include #include