Move Beast & fix #include paths

This commit is contained in:
Michael Legleux
2021-12-20 23:47:01 -08:00
committed by manojsdoshi
parent 11ca9a946c
commit a01cadbfd5
38 changed files with 87 additions and 274 deletions

View File

@@ -21,6 +21,7 @@
#include <ripple/app/misc/LoadFeeTrack.h>
#include <ripple/app/misc/NetworkOPs.h>
#include <ripple/basics/base64.h>
#include <ripple/beast/test/yield_to.hpp>
#include <ripple/json/json_reader.h>
#include <ripple/rpc/ServerHandler.h>
#include <boost/algorithm/string/predicate.hpp>
@@ -30,7 +31,6 @@
#include <boost/beast/http.hpp>
#include <algorithm>
#include <array>
#include <beast/test/yield_to.hpp>
#include <random>
#include <regex>
#include <test/jtx.h>