mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Tidy up includes:
* Replace boost with std equivalents: - bind, ref, cref, function, placeholders * More "include what you use" * Remove unnecessary includes
This commit is contained in:
@@ -28,8 +28,10 @@
|
||||
#ifndef WEBSOCKETPP_SOCKET_MULTITLS_HPP
|
||||
#define WEBSOCKETPP_SOCKET_MULTITLS_HPP
|
||||
|
||||
// VFALCO NOTE This is a prohibited dependency direction!
|
||||
#include <ripple/common/MultiSocket.h>
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
namespace websocketpp {
|
||||
namespace socket {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user