mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Tidy up some source filenames:
* Add .unity suffix to mark unity sources * Fix some relative include paths
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
// VFALCO NOTE this sucks that we have to include asio in the header
|
||||
// just for HTTPMessage!!
|
||||
#include "../beast/modules/beast_asio/beast_asio.h"
|
||||
#include "../../beast/modules/beast_asio/beast_asio.h"
|
||||
|
||||
# include "api/Port.h"
|
||||
# include "api/ScopedStream.h"
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
#include "../ripple_net/ripple_net.h"
|
||||
|
||||
#include "../beast/modules/beast_core/system/BeforeBoost.h"
|
||||
#include "../../beast/modules/beast_core/system/BeforeBoost.h"
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/optional.hpp>
|
||||
|
||||
Reference in New Issue
Block a user