mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Be consistent in how we include Boost header files.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
|
||||
#include "boost/bind.hpp"
|
||||
#include "TransactionMaster.h"
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
#include "Application.h"
|
||||
#include "TransactionMaster.h"
|
||||
|
||||
#ifndef CACHED_TRANSACTION_NUM
|
||||
#define CACHED_TRANSACTION_NUM 65536
|
||||
|
||||
Reference in New Issue
Block a user