Move Ripple protobuf declarations to ripple_data

This commit is contained in:
Vinnie Falco
2013-05-30 09:43:59 -07:00
parent 47e00f20fb
commit 606b2a2942
9 changed files with 17 additions and 21 deletions

View File

@@ -15,7 +15,6 @@
#include "Ledger.h"
#include "Peer.h"
#include "ripple.pb.h"
// How long before we try again to acquire the same ledger
#ifndef LEDGER_REACQUIRE_INTERVAL

View File

@@ -14,8 +14,6 @@
#include <boost/enable_shared_from_this.hpp>
#include <boost/cstdint.hpp>
#include "ripple.pb.h"
// The header size for packed messages
// len(4)+type(2)
const unsigned HEADER_SIZE = 6;

View File

@@ -8,7 +8,6 @@
#include <boost/make_shared.hpp>
#include <boost/shared_ptr.hpp>
#include "ripple.pb.h"
#include "PackedMessage.h"
#include "Ledger.h"
#include "Transaction.h"

View File

@@ -11,7 +11,6 @@
#include <boost/enable_shared_from_this.hpp>
#include <boost/cstdint.hpp>
#include "ripple.pb.h"
#include "SHAMap.h"
#include "SerializedTransaction.h"
#include "TransactionErr.h"