Strip includes from module sources and move them into unity .cpp file

This commit is contained in:
Vinnie Falco
2013-05-22 13:54:27 -07:00
parent 75907d3140
commit 5615bd230d
43 changed files with 87 additions and 308 deletions

View File

@@ -1,18 +1,3 @@
#include "LedgerConsensus.h"
#include <boost/thread.hpp>
#include <boost/bind.hpp>
#include <boost/unordered_set.hpp>
#include <boost/foreach.hpp>
#include "../json/writer.h"
#include "Application.h"
#include "NetworkOPs.h"
#include "LedgerTiming.h"
#include "SerializedValidation.h"
#include "Log.h"
#include "SHAMapSync.h"
#define LEDGER_TOTAL_PASSES 8
#define LEDGER_RETRY_PASSES 5