mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Rename websocket/ to websocketpp_02
This commit is contained in:
@@ -29,18 +29,18 @@
|
||||
// Unity build file for websocket
|
||||
//
|
||||
|
||||
#include <websocket/src/sha1/sha1.h>
|
||||
#include <websocketpp_02/src/sha1/sha1.h>
|
||||
|
||||
// Must come first to prevent compile errors
|
||||
#include <websocket/src/uri.cpp>
|
||||
#include <websocketpp_02/src/uri.cpp>
|
||||
|
||||
#include <websocket/src/base64/base64.cpp>
|
||||
#include <websocket/src/messages/data.cpp>
|
||||
#include <websocket/src/processors/hybi_header.cpp>
|
||||
#include <websocket/src/processors/hybi_util.cpp>
|
||||
#include <websocket/src/md5/md5.c>
|
||||
#include <websocket/src/network_utilities.cpp>
|
||||
#include <websocket/src/sha1/sha1.cpp>
|
||||
#include <websocketpp_02/src/base64/base64.cpp>
|
||||
#include <websocketpp_02/src/messages/data.cpp>
|
||||
#include <websocketpp_02/src/processors/hybi_header.cpp>
|
||||
#include <websocketpp_02/src/processors/hybi_util.cpp>
|
||||
#include <websocketpp_02/src/md5/md5.c>
|
||||
#include <websocketpp_02/src/network_utilities.cpp>
|
||||
#include <websocketpp_02/src/sha1/sha1.cpp>
|
||||
|
||||
#include <ripple/websocket/autosocket/AutoSocket.cpp>
|
||||
#include <ripple/websocket/autosocket/LogWebsockets.cpp>
|
||||
|
||||
@@ -29,10 +29,10 @@
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/asio/ssl.hpp>
|
||||
|
||||
#include <websocket/src/common.hpp>
|
||||
#include <websocket/src/sockets/socket_base.hpp>
|
||||
#include <websocket/src/sockets/autotls.hpp>
|
||||
#include <websocket/src/websocketpp.hpp>
|
||||
#include <websocket/src/logger/logger.hpp>
|
||||
#include <websocketpp_02/src/common.hpp>
|
||||
#include <websocketpp_02/src/sockets/socket_base.hpp>
|
||||
#include <websocketpp_02/src/sockets/autotls.hpp>
|
||||
#include <websocketpp_02/src/websocketpp.hpp>
|
||||
#include <websocketpp_02/src/logger/logger.hpp>
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user