mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Make all include paths relative to a root directory:
* Better include path support in the VSProject scons tool. * Various manual fixes to include paths.
This commit is contained in:
@@ -24,14 +24,14 @@
|
||||
#include "../../BeastConfig.h"
|
||||
#endif
|
||||
|
||||
#include "../../unit_test/suite.h"
|
||||
#include <beast/unit_test/suite.h>
|
||||
|
||||
#include "urls_large_data.h"
|
||||
#include "../client_session.h"
|
||||
#include "../get.h"
|
||||
#include "../../asio/bind_handler.h"
|
||||
#include "../../asio/memory_buffer.h"
|
||||
#include "../../utility/ci_char_traits.h"
|
||||
#include <beast/http/tests/urls_large_data.h>
|
||||
#include <beast/http/client_session.h>
|
||||
#include <beast/http/get.h>
|
||||
#include <beast/asio/bind_handler.h>
|
||||
#include <beast/asio/memory_buffer.h>
|
||||
#include <beast/utility/ci_char_traits.h>
|
||||
|
||||
#include <boost/asio.hpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user