From 418d3230f86f77dde6e817f502baff8a54b707fa Mon Sep 17 00:00:00 2001 From: 251 <13120787+251Labs@users.noreply.github.com> Date: Sat, 23 Mar 2019 17:41:16 +0100 Subject: 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`. --- src/qt/clientmodel.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/qt/clientmodel.cpp') 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 #include -#include #include #include #include -- cgit v1.2.3