aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJordan Lewis <[email protected]>2011-05-15 16:52:31 -0500
committerJordan Lewis <[email protected]>2011-05-15 22:23:37 -0500
commitedd309e5373022f9737cb97b7f38872e46a53cd4 (patch)
tree00d33e1578bfc16c722f5c0f9ed1baf84f2a4186 /src/main.cpp
parentOnly include net.h when we have to (diff)
downloaddiscoin-edd309e5373022f9737cb97b7f38872e46a53cd4.tar.xz
discoin-edd309e5373022f9737cb97b7f38872e46a53cd4.zip
Only include init.h when we have to
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 5c6cb678c..18f36eb3a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -4,6 +4,7 @@
#include "headers.h"
#include "db.h"
#include "net.h"
+#include "init.h"
#include "cryptopp/sha.h"
using namespace std;