aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.cpp
diff options
context:
space:
mode:
author251 <13120787+251Labs@users.noreply.github.com>2019-03-23 17:41:16 +0100
committer251 <13120787+251Labs@users.noreply.github.com>2019-03-23 17:43:54 +0100
commit418d3230f86f77dde6e817f502baff8a54b707fa (patch)
treea3507114d0b0a2d9184d187d6ded516791151894 /src/qt/clientmodel.cpp
parent7b13c646457980f44599412f243694fa682a1abf (diff)
downloadbitcoin-418d3230f86f77dde6e817f502baff8a54b707fa.tar.xz
Resolve the checkpoints <-> validation CD.
This commit resolves the checkpoints -> validation -> checkpoints cirular dependency by moving `CheckPoints::GetLastCheckpoint(const CCheckpointData& data)` from `checkpoints.cpp` to `validation.cpp`.
Diffstat (limited to 'src/qt/clientmodel.cpp')
-rw-r--r--src/qt/clientmodel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/clientmodel.cpp b/src/qt/clientmodel.cpp
index 27b4c182f9..88a35534c2 100644
--- a/src/qt/clientmodel.cpp
+++ b/src/qt/clientmodel.cpp
@@ -11,7 +11,6 @@
#include <chain.h>
#include <chainparams.h>
-#include <checkpoints.h>
#include <clientversion.h>
#include <interfaces/handler.h>
#include <interfaces/node.h>