diff options
author | Matt Corallo <git@bluematt.me> | 2016-12-01 16:06:41 -0800 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2016-12-02 09:42:51 -0800 |
commit | 76faa3cdfedbd3fc91be4ecfff77fc6dc18134fb (patch) | |
tree | 59602dd64241b4a50394371be1fc0e5112ff1ae6 /src/blockencodings.cpp | |
parent | e736772c56a883e2649cc8534dd7857a0718ec56 (diff) |
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Diffstat (limited to 'src/blockencodings.cpp')
-rw-r--r-- | src/blockencodings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blockencodings.cpp b/src/blockencodings.cpp index 2efeda9cc6..914af0c670 100644 --- a/src/blockencodings.cpp +++ b/src/blockencodings.cpp @@ -10,7 +10,7 @@ #include "random.h" #include "streams.h" #include "txmempool.h" -#include "main.h" +#include "validation.h" #include "util.h" #include <unordered_map> |