|
|
@ -11,7 +11,6 @@ |
|
|
|
#include "bitcoinrpc.h" |
|
|
|
#include "bitcoinrpc.h" |
|
|
|
#include "db.h" |
|
|
|
#include "db.h" |
|
|
|
|
|
|
|
|
|
|
|
#undef printf |
|
|
|
|
|
|
|
#include <boost/asio.hpp> |
|
|
|
#include <boost/asio.hpp> |
|
|
|
#include <boost/asio/ip/v6_only.hpp> |
|
|
|
#include <boost/asio/ip/v6_only.hpp> |
|
|
|
#include <boost/bind.hpp> |
|
|
|
#include <boost/bind.hpp> |
|
|
@ -26,8 +25,6 @@ |
|
|
|
#include <boost/shared_ptr.hpp> |
|
|
|
#include <boost/shared_ptr.hpp> |
|
|
|
#include <list> |
|
|
|
#include <list> |
|
|
|
|
|
|
|
|
|
|
|
#define printf OutputDebugStringF |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
using namespace std; |
|
|
|
using namespace std; |
|
|
|
using namespace boost; |
|
|
|
using namespace boost; |
|
|
|
using namespace boost::asio; |
|
|
|
using namespace boost::asio; |
|
|
|