@ -110,7 +110,6 @@
#pragma hdrstop
#include "strlcpy.h"
#include "serialize.h"
#include "uint256.h"
#include "util.h"
@ -6,6 +6,7 @@
#include "rpc.h"
#include "net.h"
#include "init.h"
using namespace std;
using namespace boost;
@ -5,6 +5,7 @@
#include "headers.h"
#include "irc.h"
@ -7,6 +7,7 @@
#include "db.h"
#ifdef USE_UPNP
#include <miniupnpc/miniwget.h>
@ -2,6 +2,7 @@
// Distributed under the MIT/X11 software license, see the accompanying
// file license.txt or http://www.opensource.org/licenses/mit-license.php.