aboutsummaryrefslogtreecommitdiff
path: root/src/bench/perf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bench/perf.cpp')
-rw-r--r--src/bench/perf.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bench/perf.cpp b/src/bench/perf.cpp
index a549ec29ea..f92d08c56e 100644
--- a/src/bench/perf.cpp
+++ b/src/bench/perf.cpp
@@ -1,8 +1,8 @@
-// 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 "perf.h"
+#include <bench/perf.h>
#if defined(__i386__) || defined(__x86_64__)