diff options
| author | Pieter Wuille <[email protected]> | 2012-04-15 22:10:54 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-04-17 20:00:55 +0200 |
| commit | ed6d0b5f852dc5f1c9407abecb5a9c6a7e42b4b2 (patch) | |
| tree | 763b840f2619af642469d3894b88b682134f4425 /src/checkpoints.cpp | |
| parent | Merge pull request #1106 from jgarzik/sign-compare (diff) | |
| download | discoin-ed6d0b5f852dc5f1c9407abecb5a9c6a7e42b4b2.tar.xz discoin-ed6d0b5f852dc5f1c9407abecb5a9c6a7e42b4b2.zip | |
Remove headers.h
Diffstat (limited to 'src/checkpoints.cpp')
| -rw-r--r-- | src/checkpoints.cpp | 4 |
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; |