mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Rewrite includes (#4997)
This commit is contained in:
committed by
John Freeman
parent
e416ee72ca
commit
1d23148e6d
@@ -8,8 +8,8 @@
|
||||
#ifndef BEAST_UNIT_TEST_SUITE_LIST_HPP
|
||||
#define BEAST_UNIT_TEST_SUITE_LIST_HPP
|
||||
|
||||
#include <ripple/beast/unit_test/detail/const_container.h>
|
||||
#include <ripple/beast/unit_test/suite_info.h>
|
||||
#include <xrpl/beast/unit_test/detail/const_container.h>
|
||||
#include <xrpl/beast/unit_test/suite_info.h>
|
||||
#include <boost/assert.hpp>
|
||||
#include <set>
|
||||
#include <typeindex>
|
||||
|
||||
Reference in New Issue
Block a user