Remove unused or obsolete classes and files

This commit is contained in:
Vinnie Falco
2016-04-11 05:32:30 -04:00
parent 735c341fae
commit 203739f7a4
425 changed files with 1968 additions and 5270 deletions

View File

@@ -19,7 +19,7 @@
#include <BeastConfig.h>
#include <ripple/protocol/BuildInfo.h>
#include <beast/module/core/diagnostic/SemanticVersion.h>
#include <ripple/beast/core/SemanticVersion.h>
#include <beast/unit_test/suite.h>
namespace ripple {

View File

@@ -23,7 +23,7 @@
#include <ripple/protocol/SecretKey.h>
#include <ripple/protocol/Seed.h>
#include <beast/unit_test/suite.h>
#include <beast/rngfill.h>
#include <ripple/beast/utility/rngfill.h>
#include <algorithm>
#include <string>
#include <vector>

View File

@@ -23,7 +23,7 @@
#include <ripple/protocol/SecretKey.h>
#include <ripple/protocol/Seed.h>
#include <beast/unit_test/suite.h>
#include <beast/rngfill.h>
#include <ripple/beast/utility/rngfill.h>
#include <beast/xor_shift_engine.h>
#include <algorithm>

View File

@@ -19,7 +19,7 @@
#include <BeastConfig.h>
#include <ripple/protocol/digest.h>
#include <beast/rngfill.h>
#include <ripple/beast/utility/rngfill.h>
#include <beast/xor_shift_engine.h>
#include <beast/unit_test/suite.h>
#include <algorithm>