aboutsummaryrefslogtreecommitdiff
path: root/src/headers.h
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/headers.h
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/headers.h')
-rw-r--r--src/headers.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/headers.h b/src/headers.h
index ee10c53ec..67165c464 100644
--- a/src/headers.h
+++ b/src/headers.h
@@ -118,7 +118,6 @@
#include "bignum.h"
#include "base58.h"
#include "script.h"
-#include "net.h"
#include "main.h"
#ifdef GUI
#include "uibase.h"