aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
authorJordan Lewis <[email protected]>2011-05-14 16:20:30 -0500
committerJordan Lewis <[email protected]>2011-05-15 22:19:17 -0500
commit40c2614ef43a59ec0c8dc4338bbe27862243f2bb (patch)
treea5b25165f7ef92e5113a548601fd913654bdf49e /src/net.cpp
parentOnly included rpc.h when necessary (diff)
downloaddiscoin-40c2614ef43a59ec0c8dc4338bbe27862243f2bb.tar.xz
discoin-40c2614ef43a59ec0c8dc4338bbe27862243f2bb.zip
Only include net.h when we have to
Diffstat (limited to 'src/net.cpp')
-rw-r--r--src/net.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.cpp b/src/net.cpp
index 7a1c137c7..60a91dffd 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -5,6 +5,7 @@
#include "headers.h"
#include "irc.h"
#include "db.h"
+#include "net.h"
#ifdef USE_UPNP
#include <miniupnpc/miniwget.h>