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,7 +20,7 @@
|
||||
#ifndef RIPPLE_RESOURCE_CONSUMER_H_INCLUDED
|
||||
#define RIPPLE_RESOURCE_CONSUMER_H_INCLUDED
|
||||
|
||||
#include "Disposition.h"
|
||||
#include <ripple/resource/api/Disposition.h>
|
||||
|
||||
namespace ripple {
|
||||
namespace Resource {
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef RIPPLE_RESOURCE_GOSSIP_H_INCLUDED
|
||||
#define RIPPLE_RESOURCE_GOSSIP_H_INCLUDED
|
||||
|
||||
#include "../../../beast/beast/net/IPEndpoint.h"
|
||||
#include <beast/net/IPEndpoint.h>
|
||||
|
||||
namespace ripple {
|
||||
namespace Resource {
|
||||
|
||||
@@ -20,12 +20,12 @@
|
||||
#ifndef RIPPLE_RESOURCE_MANAGER_H_INCLUDED
|
||||
#define RIPPLE_RESOURCE_MANAGER_H_INCLUDED
|
||||
|
||||
#include "Consumer.h"
|
||||
#include "Gossip.h"
|
||||
#include <ripple/resource/api/Consumer.h>
|
||||
#include <ripple/resource/api/Gossip.h>
|
||||
|
||||
#include "../../../beast/beast/insight/Collector.h"
|
||||
#include "../../../beast/beast/net/IPEndpoint.h"
|
||||
#include "../../../beast/beast/utility/Journal.h"
|
||||
#include <beast/insight/Collector.h>
|
||||
#include <beast/net/IPEndpoint.h>
|
||||
#include <beast/utility/Journal.h>
|
||||
|
||||
namespace ripple {
|
||||
namespace Resource {
|
||||
|
||||
Reference in New Issue
Block a user