aboutsummaryrefslogtreecommitdiff
path: root/src/bench
diff options
context:
space:
mode:
authorMatt Corallo <[email protected]>2016-12-01 16:06:41 -0800
committerMatt Corallo <[email protected]>2016-12-02 09:42:51 -0800
commit76faa3cdfedbd3fc91be4ecfff77fc6dc18134fb (patch)
tree59602dd64241b4a50394371be1fc0e5112ff1ae6 /src/bench
parentMove network-msg-processing code out of main to its own file (diff)
downloaddiscoin-76faa3cdfedbd3fc91be4ecfff77fc6dc18134fb.tar.xz
discoin-76faa3cdfedbd3fc91be4ecfff77fc6dc18134fb.zip
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Diffstat (limited to 'src/bench')
-rw-r--r--src/bench/Examples.cpp2
-rw-r--r--src/bench/base58.cpp2
-rw-r--r--src/bench/bench_bitcoin.cpp2
-rw-r--r--src/bench/checkblock.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/bench/Examples.cpp b/src/bench/Examples.cpp
index b6b020a97..9f35a1ea0 100644
--- a/src/bench/Examples.cpp
+++ b/src/bench/Examples.cpp
@@ -3,7 +3,7 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "bench.h"
-#include "main.h"
+#include "validation.h"
#include "utiltime.h"
// Sanity test: this should loop ten times, and
diff --git a/src/bench/base58.cpp b/src/bench/base58.cpp
index a791b5b7f..3319c179b 100644
--- a/src/bench/base58.cpp
+++ b/src/bench/base58.cpp
@@ -4,7 +4,7 @@
#include "bench.h"
-#include "main.h"
+#include "validation.h"
#include "base58.h"
#include <vector>
diff --git a/src/bench/bench_bitcoin.cpp b/src/bench/bench_bitcoin.cpp
index db1402216..bd768180c 100644
--- a/src/bench/bench_bitcoin.cpp
+++ b/src/bench/bench_bitcoin.cpp
@@ -5,7 +5,7 @@
#include "bench.h"
#include "key.h"
-#include "main.h"
+#include "validation.h"
#include "util.h"
int
diff --git a/src/bench/checkblock.cpp b/src/bench/checkblock.cpp
index 5243682f8..230e4ca77 100644
--- a/src/bench/checkblock.cpp
+++ b/src/bench/checkblock.cpp
@@ -5,7 +5,7 @@
#include "bench.h"
#include "chainparams.h"
-#include "main.h"
+#include "validation.h"
#include "streams.h"
#include "consensus/validation.h"