aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorJordan Lewis <jordanthelewis@gmail.com>2011-05-14 16:10:07 -0500
committerJordan Lewis <jordanthelewis@gmail.com>2011-05-15 22:19:16 -0500
commited0c143242d734365b0e3d09b0e52e07819ffcdd (patch)
treef13d819522315b7a2b9cecf697b80a3c41219f11 /src/init.cpp
parent1512d5ce64b9a53260f5aa695bc79a0e48d6294f (diff)
downloadbitcoin-ed0c143242d734365b0e3d09b0e52e07819ffcdd.tar.xz
Only included rpc.h when necessary
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 14f4904f5b..b12c5eecf8 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -3,6 +3,7 @@
// file license.txt or http://www.opensource.org/licenses/mit-license.php.
#include "headers.h"
#include "db.h"
+#include "rpc.h"
using namespace std;
using namespace boost;