aboutsummaryrefslogtreecommitdiff
path: root/src/checkpoints.cpp
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/checkpoints.cpp
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/checkpoints.cpp')
-rw-r--r--src/checkpoints.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp
index d22c188c1..a487fb1dc 100644
--- a/src/checkpoints.cpp
+++ b/src/checkpoints.cpp
@@ -6,7 +6,7 @@
#include "chain.h"
#include "chainparams.h"
-#include "main.h"
+#include "validation.h"
#include "uint256.h"
#include <stdint.h>