aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorJordan Lewis <jordanthelewis@gmail.com>2011-05-15 16:52:31 -0500
committerJordan Lewis <jordanthelewis@gmail.com>2011-05-15 22:23:37 -0500
commitedd309e5373022f9737cb97b7f38872e46a53cd4 (patch)
tree00d33e1578bfc16c722f5c0f9ed1baf84f2a4186 /src/init.cpp
parent40c2614ef43a59ec0c8dc4338bbe27862243f2bb (diff)
downloadbitcoin-edd309e5373022f9737cb97b7f38872e46a53cd4.tar.xz
Only include init.h when we have to
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 149110f409..3eab8e1c8c 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -5,6 +5,7 @@
#include "db.h"
#include "rpc.h"
#include "net.h"
+#include "init.h"
using namespace std;
using namespace boost;