mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Cleanups:
* Reduce Beast dependencies * Remove unnecessary includes * Don't use deprecated bassert macros * Don't use beast::String in Json::Value
This commit is contained in:
@@ -19,12 +19,6 @@
|
||||
|
||||
#include <BeastConfig.h>
|
||||
|
||||
#ifndef NDEBUG
|
||||
# define consistency_check(cond) bassert(cond)
|
||||
#else
|
||||
# define consistency_check(cond)
|
||||
#endif
|
||||
|
||||
#include <ripple/peerfinder/impl/Bootcache.cpp>
|
||||
#include <ripple/peerfinder/impl/PeerfinderConfig.cpp>
|
||||
#include <ripple/peerfinder/impl/Endpoint.cpp>
|
||||
|
||||
Reference in New Issue
Block a user