use pragma once

This commit is contained in:
tequ
2026-03-17 17:26:13 +09:00
parent 53f407e1bd
commit fb86735800
2 changed files with 2 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
#ifndef XRPL_PROTOCOL_SPONSOR_H_INCLUDED
#define XRPL_PROTOCOL_SPONSOR_H_INCLUDED
#pragma once
#include <xrpl/protocol/AccountID.h>
#include <xrpl/protocol/HashPrefix.h>

View File

@@ -1,5 +1,4 @@
#ifndef XRPL_TEST_JTX_SPONSOR_H_INCLUDED
#define XRPL_TEST_JTX_SPONSOR_H_INCLUDED
#pragma once
#include <test/jtx/Account.h>
#include <test/jtx/Env.h>