aboutsummaryrefslogtreecommitdiff
path: root/src/db.cpp
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2013-07-22 08:08:27 -0700
committerJeff Garzik <[email protected]>2013-07-22 08:08:27 -0700
commit0cb6d67e465a32799e18ce138f33861ef7f52bf0 (patch)
tree3a3a4e90727ba23feb5d10770875764ce5f503a8 /src/db.cpp
parentMerge pull request #2826 from Diapolo/fix_mingw481 (diff)
parentBugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VE... (diff)
downloaddiscoin-0cb6d67e465a32799e18ce138f33861ef7f52bf0.tar.xz
discoin-0cb6d67e465a32799e18ce138f33861ef7f52bf0.zip
Merge pull request #2832 from luke-jr/bugfix_wdb_boostver
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 93f3f5d8c..03f46f3c2 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>