mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Rewrite includes (#4997)
This commit is contained in:
committed by
John Freeman
parent
e416ee72ca
commit
1d23148e6d
@@ -20,8 +20,8 @@
|
||||
#ifndef RIPPLE_SERVER_SSLWSPEER_H_INCLUDED
|
||||
#define RIPPLE_SERVER_SSLWSPEER_H_INCLUDED
|
||||
|
||||
#include <ripple/server/WSSession.h>
|
||||
#include <ripple/server/impl/BaseHTTPPeer.h>
|
||||
#include <xrpl/server/WSSession.h>
|
||||
#include <xrpl/server/detail/BaseHTTPPeer.h>
|
||||
#include <boost/asio/ip/tcp.hpp>
|
||||
#include <boost/asio/ssl/context.hpp>
|
||||
#include <boost/asio/ssl/stream.hpp>
|
||||
|
||||
Reference in New Issue
Block a user