mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 14:35:52 +00:00
Rewrite includes (#4997)
This commit is contained in:
committed by
John Freeman
parent
e416ee72ca
commit
1d23148e6d
@@ -20,9 +20,9 @@
|
||||
#ifndef RIPPLE_PROTOCOL_NFT_H_INCLUDED
|
||||
#define RIPPLE_PROTOCOL_NFT_H_INCLUDED
|
||||
|
||||
#include <ripple/basics/base_uint.h>
|
||||
#include <ripple/basics/tagged_integer.h>
|
||||
#include <ripple/protocol/AccountID.h>
|
||||
#include <xrpl/basics/base_uint.h>
|
||||
#include <xrpl/basics/tagged_integer.h>
|
||||
#include <xrpl/protocol/AccountID.h>
|
||||
|
||||
#include <boost/endian/conversion.hpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user