aboutsummaryrefslogtreecommitdiff
path: root/src/db.cpp
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2013-07-15 22:13:42 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2013-07-15 22:16:42 +0000
commitd4e2b040ed5dc4f068c89039bc1a8610b68df5c7 (patch)
tree2a819216b5c60a909945bfc1c1e03a03061f6b95 /src/db.cpp
parentc2aca505510337cc82c927bc56edcdc8d0d58dd2 (diff)
downloadbitcoin-d4e2b040ed5dc4f068c89039bc1a8610b68df5c7.tar.xz
Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VERSION is used
Diffstat (limited to 'src/db.cpp')
-rw-r--r--src/db.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/db.cpp b/src/db.cpp
index 93f3f5d8c4..03f46f3c26 100644
--- a/src/db.cpp
+++ b/src/db.cpp
@@ -8,7 +8,6 @@
#include "util.h"
#include "hash.h"
#include "addrman.h"
-#include <boost/version.hpp>
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
#include <openssl/rand.h>