aboutsummaryrefslogtreecommitdiff
path: root/src/headers.h
diff options
context:
space:
mode:
authorJordan Lewis <jordanthelewis@gmail.com>2011-05-14 16:20:30 -0500
committerJordan Lewis <jordanthelewis@gmail.com>2011-05-15 22:19:17 -0500
commit40c2614ef43a59ec0c8dc4338bbe27862243f2bb (patch)
treea5b25165f7ef92e5113a548601fd913654bdf49e /src/headers.h
parented0c143242d734365b0e3d09b0e52e07819ffcdd (diff)
downloadbitcoin-40c2614ef43a59ec0c8dc4338bbe27862243f2bb.tar.xz
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 ee10c53eca..67165c464e 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"