mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 11:45:53 +00:00
style: clang-tidy auto fixes (#2317)
This commit is contained in:
committed by
GitHub
parent
44d39f335e
commit
4919b57466
@@ -23,7 +23,6 @@
|
|||||||
#include "util/Taggable.hpp"
|
#include "util/Taggable.hpp"
|
||||||
#include "web/SubscriptionContextInterface.hpp"
|
#include "web/SubscriptionContextInterface.hpp"
|
||||||
|
|
||||||
#include <boost/asio/buffer.hpp>
|
|
||||||
#include <boost/asio/spawn.hpp>
|
#include <boost/asio/spawn.hpp>
|
||||||
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
|||||||
@@ -21,9 +21,6 @@
|
|||||||
|
|
||||||
#include "util/Assert.hpp"
|
#include "util/Assert.hpp"
|
||||||
|
|
||||||
#include <gmock/gmock.h>
|
|
||||||
#include <gtest/gtest.h>
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <string_view>
|
#include <string_view>
|
||||||
|
|
||||||
|
|||||||
@@ -26,8 +26,6 @@
|
|||||||
#include <xrpl/basics/Blob.h>
|
#include <xrpl/basics/Blob.h>
|
||||||
#include <xrpl/basics/Slice.h>
|
#include <xrpl/basics/Slice.h>
|
||||||
#include <xrpl/basics/base_uint.h>
|
#include <xrpl/basics/base_uint.h>
|
||||||
#include <xrpl/basics/strHex.h>
|
|
||||||
#include <xrpl/protocol/AccountID.h>
|
|
||||||
#include <xrpl/protocol/SField.h>
|
#include <xrpl/protocol/SField.h>
|
||||||
#include <xrpl/protocol/STObject.h>
|
#include <xrpl/protocol/STObject.h>
|
||||||
#include <xrpl/protocol/STTx.h>
|
#include <xrpl/protocol/STTx.h>
|
||||||
|
|||||||
@@ -29,10 +29,8 @@
|
|||||||
#include "web/ng/SubscriptionContext.hpp"
|
#include "web/ng/SubscriptionContext.hpp"
|
||||||
#include "web/ng/impl/MockWsConnection.hpp"
|
#include "web/ng/impl/MockWsConnection.hpp"
|
||||||
|
|
||||||
#include <boost/asio/buffer.hpp>
|
|
||||||
#include <boost/asio/post.hpp>
|
#include <boost/asio/post.hpp>
|
||||||
#include <boost/asio/spawn.hpp>
|
#include <boost/asio/spawn.hpp>
|
||||||
#include <boost/beast/core/buffers_to_string.hpp>
|
|
||||||
#include <boost/beast/core/flat_buffer.hpp>
|
#include <boost/beast/core/flat_buffer.hpp>
|
||||||
#include <boost/system/errc.hpp>
|
#include <boost/system/errc.hpp>
|
||||||
#include <gmock/gmock.h>
|
#include <gmock/gmock.h>
|
||||||
|
|||||||
@@ -34,11 +34,9 @@
|
|||||||
#include "web/ng/impl/MockHttpConnection.hpp"
|
#include "web/ng/impl/MockHttpConnection.hpp"
|
||||||
#include "web/ng/impl/MockWsConnection.hpp"
|
#include "web/ng/impl/MockWsConnection.hpp"
|
||||||
|
|
||||||
#include <boost/asio/buffer.hpp>
|
|
||||||
#include <boost/asio/error.hpp>
|
#include <boost/asio/error.hpp>
|
||||||
#include <boost/asio/spawn.hpp>
|
#include <boost/asio/spawn.hpp>
|
||||||
#include <boost/asio/steady_timer.hpp>
|
#include <boost/asio/steady_timer.hpp>
|
||||||
#include <boost/beast/core/buffers_to_string.hpp>
|
|
||||||
#include <boost/beast/core/flat_buffer.hpp>
|
#include <boost/beast/core/flat_buffer.hpp>
|
||||||
#include <boost/beast/http/error.hpp>
|
#include <boost/beast/http/error.hpp>
|
||||||
#include <boost/beast/http/message.hpp>
|
#include <boost/beast/http/message.hpp>
|
||||||
|
|||||||
@@ -30,7 +30,6 @@
|
|||||||
#include "web/ng/Response.hpp"
|
#include "web/ng/Response.hpp"
|
||||||
#include "web/ng/impl/HttpConnection.hpp"
|
#include "web/ng/impl/HttpConnection.hpp"
|
||||||
|
|
||||||
#include <boost/asio/ip/tcp.hpp>
|
|
||||||
#include <boost/asio/spawn.hpp>
|
#include <boost/asio/spawn.hpp>
|
||||||
#include <boost/beast/core/flat_buffer.hpp>
|
#include <boost/beast/core/flat_buffer.hpp>
|
||||||
#include <boost/beast/http/field.hpp>
|
#include <boost/beast/http/field.hpp>
|
||||||
|
|||||||
Reference in New Issue
Block a user