aboutsummaryrefslogtreecommitdiff
path: root/src/init.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/init.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/init.cpp')
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index e27e827ed..bbcc41c55 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -19,7 +19,7 @@
#include "httpserver.h"
#include "httprpc.h"
#include "key.h"
-#include "main.h"
+#include "validation.h"
#include "miner.h"
#include "netbase.h"
#include "net.h"