mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Reorganize source file hierarchy:
* Rename unity files * Move some modules to new subdirectories * Remove obsolete Visual Studio project files * Remove obsolete coding style and TODO list
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
#include <ripple/http/api/Session.h>
|
||||
#include <ripple/common/MultiSocket.h>
|
||||
|
||||
#include <modules/beast_asio/async/AsyncObject.h>
|
||||
#include <modules/beast_asio/basics/SharedArg.h>
|
||||
#include <modules/beast_asio/http/HTTPRequestParser.h>
|
||||
#include <beast/module/asio/async/AsyncObject.h>
|
||||
#include <beast/module/asio/basics/SharedArg.h>
|
||||
#include <beast/module/asio/http/HTTPRequestParser.h>
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#define RIPPLE_HTTP_SERVERIMPL_H_INCLUDED
|
||||
|
||||
#include <beast/threads/Thread.h>
|
||||
#include <modules/beast_asio/basics/SharedArg.h>
|
||||
#include <beast/module/asio/basics/SharedArg.h>
|
||||
|
||||
namespace ripple {
|
||||
namespace HTTP {
|
||||
|
||||
Reference in New Issue
Block a user