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:
@@ -20,17 +20,17 @@
|
||||
// MODULES: ../impl/spookyv2.cpp
|
||||
|
||||
#if BEAST_INCLUDE_BEASTCONFIG
|
||||
#include "../../../BeastConfig.h"
|
||||
#include <BeastConfig.h>
|
||||
#endif
|
||||
|
||||
#include "hash_metrics.h"
|
||||
#include <beast/container/tests/hash_metrics.h>
|
||||
|
||||
#include "../hash_append.h"
|
||||
#include "../impl/spookyv2.h"
|
||||
#include <beast/container/hash_append.h>
|
||||
#include <beast/container/impl/spookyv2.h>
|
||||
|
||||
#include "../../chrono/chrono_io.h"
|
||||
#include "../../unit_test/suite.h"
|
||||
#include "../../utility/type_name.h"
|
||||
#include <beast/chrono/chrono_io.h>
|
||||
#include <beast/unit_test/suite.h>
|
||||
#include <beast/utility/type_name.h>
|
||||
|
||||
#include <array>
|
||||
#include <algorithm>
|
||||
|
||||
Reference in New Issue
Block a user