mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Beast clean up:
* Remove binding, dispatch handling and exit hooks in favor of std alternatives; remove crash-handling infrastructure, error message framework, system-specific process handling and Objective-C interop helpers. * Simplify Beast function profiling * Simplify beast::Time interface * Simplify beast::String interface * Simplify beast::File interface
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
#include <ripple/server/Role.h>
|
||||
#include <ripple/protocol/BuildInfo.h>
|
||||
#include <beast/chrono/basic_seconds_clock.h>
|
||||
#include <beast/module/core/time/Time.h>
|
||||
#include <beast/unit_test.h>
|
||||
#include <beast/utility/Debug.h>
|
||||
#include <beast/streams/debug_ostream.h>
|
||||
|
||||
Reference in New Issue
Block a user