aboutsummaryrefslogtreecommitdiff
path: root/src/checkpoints.cpp
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2012-04-17 11:04:29 -0700
committerPieter Wuille <[email protected]>2012-04-17 11:04:29 -0700
commit1ffeb89a52d82bb62860786ff6426224437ca7b1 (patch)
tree62a79e33a866c2a92f548cecb6148c7339f8beaf /src/checkpoints.cpp
parentMerge pull request #1106 from jgarzik/sign-compare (diff)
parentFurther reduce header dependencies (diff)
downloaddiscoin-1ffeb89a52d82bb62860786ff6426224437ca7b1.tar.xz
discoin-1ffeb89a52d82bb62860786ff6426224437ca7b1.zip
Merge pull request #1112 from sipa/saneserial
Further reduce header dependencies
Diffstat (limited to 'src/checkpoints.cpp')
-rw-r--r--src/checkpoints.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp
index f5ce05387..cf56fa069 100644
--- a/src/checkpoints.cpp
+++ b/src/checkpoints.cpp
@@ -5,9 +5,11 @@
#include <boost/assign/list_of.hpp> // for 'map_list_of()'
#include <boost/foreach.hpp>
-#include "headers.h"
#include "checkpoints.h"
+#include "main.h"
+#include "uint256.h"
+
namespace Checkpoints
{
typedef std::map<int, uint256> MapCheckpoints;