Consolidate includes into group headers

This commit is contained in:
Vinnie Falco
2013-06-27 13:57:30 -07:00
parent 638656a597
commit 6f03efa882
14 changed files with 100 additions and 121 deletions

View File

@@ -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