mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Consolidate includes into group headers
This commit is contained in:
@@ -12,9 +12,6 @@
|
||||
|
||||
#include "ripple_basics.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
// VFALCO TODO Rewrite Sustain to use beast::Process
|
||||
//
|
||||
// These are for Sustain Linux variants
|
||||
@@ -28,12 +25,6 @@
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <boost/asio.hpp> // VFALCO NOTE just for parseIpPort (!)
|
||||
#include <boost/regex.hpp>
|
||||
|
||||
//#include <boost/test/included/unit_test.hpp>
|
||||
|
||||
// VFALCO TODO Replace OpenSSL randomness with a dependency-free implementation
|
||||
|
||||
Reference in New Issue
Block a user