diff options
Diffstat (limited to 'src/versionbits.cpp')
| -rw-r--r-- | src/versionbits.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/versionbits.cpp b/src/versionbits.cpp index fc1acb325..d2ee49db2 100644 --- a/src/versionbits.cpp +++ b/src/versionbits.cpp @@ -1,9 +1,9 @@ -// Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) 2016-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. -#include "versionbits.h" -#include "consensus/params.h" +#include <versionbits.h> +#include <consensus/params.h> const struct VBDeploymentInfo VersionBitsDeploymentInfo[Consensus::MAX_VERSION_BITS_DEPLOYMENTS] = { { |