diff options
Diffstat (limited to 'src/checkpoints.h')
-rw-r--r-- | src/checkpoints.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/checkpoints.h b/src/checkpoints.h index 7449d1063b..bf935f80a7 100644 --- a/src/checkpoints.h +++ b/src/checkpoints.h @@ -1,11 +1,11 @@ -// Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) 2009-2017 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_CHECKPOINTS_H #define BITCOIN_CHECKPOINTS_H -#include "uint256.h" +#include <uint256.h> #include <map> |